FredZhang7
commited on
Commit
•
664249a
1
Parent(s):
e066999
Update widget with higher repetition_penalty
Browse files- config.json +1 -1
config.json
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"max_length": 76,
|
41 |
"temperature": 0.7,
|
42 |
"top_k": 4,
|
43 |
-
"repetition_penalty": 1.
|
44 |
"early_stopping": true
|
45 |
}
|
46 |
},
|
|
|
40 |
"max_length": 76,
|
41 |
"temperature": 0.7,
|
42 |
"top_k": 4,
|
43 |
+
"repetition_penalty": 1.2,
|
44 |
"early_stopping": true
|
45 |
}
|
46 |
},
|