add noisy embedding (#721)

* add noisy embedding

* fix format

* Update README.md

* Update README.md

* linter issues

* caseus fixes

---------

Co-authored-by: Maxime <maxime@nope.no>
This commit is contained in:
Maxime
2023-10-13 16:00:42 +02:00
committed by GitHub
parent 2aa1f71464
commit 3bd9528390
4 changed files with 105 additions and 0 deletions

View File

@@ -672,6 +672,11 @@ adam_epsilon:
# Gradient clipping max norm
max_grad_norm:
# Augmentation techniques
# NEFT https://arxiv.org/abs/2310.05914, set this to a number (paper default is 5) to add noise to embeddings
# currently only supported on Llama and Mistral
noisy_embedding_alpha:
# Whether to bettertransformers
flash_optimum:
# Whether to use xformers attention patch https://github.com/facebookresearch/xformers: