nicholascao
commited on
Commit
·
847982e
1
Parent(s):
6d0b3bc
delete generation config
Browse files- generation_config.json +0 -13
generation_config.json
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_from_model_config": true,
|
3 |
-
"bos_token_id": 1,
|
4 |
-
"do_sample": true,
|
5 |
-
"early_stopping": true,
|
6 |
-
"eos_token_id": 2,
|
7 |
-
"max_new_tokens": 512,
|
8 |
-
"pad_token_id": 2,
|
9 |
-
"repetition_penalty": 1.1,
|
10 |
-
"temperature": 0.8,
|
11 |
-
"top_p": 0.9,
|
12 |
-
"transformers_version": "4.29.0.dev0"
|
13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|