Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +17 -0
generation_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 1,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"max_length": 4096,
|
6 |
+
"max_memory": {
|
7 |
+
"cpu": 329543315456
|
8 |
+
},
|
9 |
+
"no_split_module_classes": [
|
10 |
+
"LlamaDecoderLayer"
|
11 |
+
],
|
12 |
+
"pad_token_id": 0,
|
13 |
+
"special_dtypes": {},
|
14 |
+
"temperature": 0.6,
|
15 |
+
"top_p": 0.9,
|
16 |
+
"transformers_version": "4.44.2"
|
17 |
+
}
|