Add files using upload-large-folder tool
Browse files- config.json +0 -1
- generation_config.json +0 -3
- special_tokens_map.json +7 -1
config.json
CHANGED
@@ -36,7 +36,6 @@
|
|
36 |
"attention_dropout": 0.0,
|
37 |
"attn_logit_softcapping": null,
|
38 |
"cache_implementation": "hybrid",
|
39 |
-
"eos_token_id": 106,
|
40 |
"final_logit_softcapping": null,
|
41 |
"head_dim": 128,
|
42 |
"hidden_activation": "gelu_pytorch_tanh",
|
|
|
36 |
"attention_dropout": 0.0,
|
37 |
"attn_logit_softcapping": null,
|
38 |
"cache_implementation": "hybrid",
|
|
|
39 |
"final_logit_softcapping": null,
|
40 |
"head_dim": 128,
|
41 |
"hidden_activation": "gelu_pytorch_tanh",
|
generation_config.json
CHANGED
@@ -2,13 +2,10 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 2,
|
4 |
"cache_implementation": "hybrid",
|
5 |
-
"do_sample": true,
|
6 |
"eos_token_id": [
|
7 |
1,
|
8 |
106
|
9 |
],
|
10 |
"pad_token_id": 0,
|
11 |
-
"top_k": 64,
|
12 |
-
"top_p": 0.95,
|
13 |
"transformers_version": "4.50.0.dev0"
|
14 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 2,
|
4 |
"cache_implementation": "hybrid",
|
|
|
5 |
"eos_token_id": [
|
6 |
1,
|
7 |
106
|
8 |
],
|
9 |
"pad_token_id": 0,
|
|
|
|
|
10 |
"transformers_version": "4.50.0.dev0"
|
11 |
}
|
special_tokens_map.json
CHANGED
@@ -8,7 +8,13 @@
|
|
8 |
"single_word": false
|
9 |
},
|
10 |
"eoi_token": "<end_of_image>",
|
11 |
-
"eos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"image_token": "<image_soft_token>",
|
13 |
"pad_token": {
|
14 |
"content": "<pad>",
|
|
|
8 |
"single_word": false
|
9 |
},
|
10 |
"eoi_token": "<end_of_image>",
|
11 |
+
"eos_token": {
|
12 |
+
"content": "<end_of_turn>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false
|
17 |
+
},
|
18 |
"image_token": "<image_soft_token>",
|
19 |
"pad_token": {
|
20 |
"content": "<pad>",
|