Remove commas from preset files
This commit is contained in:
parent
144857acfe
commit
b3c4657c47
18 changed files with 96 additions and 96 deletions
|
@ -1,9 +1,9 @@
|
|||
num_beams=10,
|
||||
min_length=200,
|
||||
length_penalty =1.4,
|
||||
no_repeat_ngram_size=2,
|
||||
early_stopping=True,
|
||||
temperature=0.7,
|
||||
top_k=150,
|
||||
top_p=0.92,
|
||||
repetition_penalty=4.5,
|
||||
num_beams=10
|
||||
min_length=200
|
||||
length_penalty =1.4
|
||||
no_repeat_ngram_size=2
|
||||
early_stopping=True
|
||||
temperature=0.7
|
||||
top_k=150
|
||||
top_p=0.92
|
||||
repetition_penalty=4.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue