Support for MPT, INCITE, WizardLM, StableLM, Galactica, Vicuna, Guanaco, and Baize instruction following (#1596)
This commit is contained in:
parent
06c7db017d
commit
814f754451
51 changed files with 352 additions and 28 deletions
14
presets/StableLM-HuggingFace Chat.txt
Normal file
14
presets/StableLM-HuggingFace Chat.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
max_new_tokens=1024
|
||||
do_sample=True
|
||||
top_p=0.95
|
||||
top_k=1000
|
||||
temperature=1.0
|
||||
num_beams=1
|
||||
typical_p=1.0
|
||||
repetition_penalty=1.0
|
||||
encoder_repetition_penalty=1.0
|
||||
no_repeat_ngram_size=0
|
||||
min_length=0
|
||||
penalty_alpha=0
|
||||
length_penalty=1.0
|
||||
early_stopping=False
|
14
presets/StableLM-Jupyter Notebook.txt
Normal file
14
presets/StableLM-Jupyter Notebook.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
max_new_tokens=128
|
||||
temperature=0.7
|
||||
top_k=0
|
||||
top_p=0.9
|
||||
do_sample=True
|
||||
typical_p=1.0
|
||||
repetition_penalty=1.0
|
||||
encoder_repetition_penalty=1.0
|
||||
no_repeat_ngram_size=0
|
||||
min_length=0
|
||||
penalty_alpha=0
|
||||
num_beams=1
|
||||
length_penalty=1.0
|
||||
early_stopping=False
|
14
presets/StableLM-ReadMe Snippet.txt
Normal file
14
presets/StableLM-ReadMe Snippet.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
max_new_tokens=64
|
||||
temperature=0.7
|
||||
do_sample=True
|
||||
top_p=1.0
|
||||
top_k=50
|
||||
typical_p=1.0
|
||||
repetition_penalty=1.0
|
||||
encoder_repetition_penalty=1.0
|
||||
no_repeat_ngram_size=0
|
||||
min_length=0
|
||||
penalty_alpha=0
|
||||
num_beams=1
|
||||
length_penalty=1.0
|
||||
early_stopping=False
|
Loading…
Add table
Add a link
Reference in a new issue