roadkill007
commited on
Commit
•
258a768
1
Parent(s):
b06db6a
Upload config
Browse files
contrastive_search_generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token_id": 2,
|
3 |
+
"max_new_tokens": 50,
|
4 |
+
"penalty_alpha": 0.6,
|
5 |
+
"top_k": 10,
|
6 |
+
"transformers_version": "4.44.2"
|
7 |
+
}
|