Upload config
Browse files- config.json +4 -3
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_commit_hash": null,
|
| 3 |
-
"_name_or_path": "./
|
| 4 |
"architectures": [
|
| 5 |
"VisionEncoderDecoderModel"
|
| 6 |
],
|
|
@@ -71,7 +71,7 @@
|
|
| 71 |
"return_dict": true,
|
| 72 |
"return_dict_in_generate": false,
|
| 73 |
"scale_embedding": true,
|
| 74 |
-
"sep_token_id":
|
| 75 |
"suppress_tokens": null,
|
| 76 |
"task_specific_params": null,
|
| 77 |
"temperature": 1.0,
|
|
@@ -87,7 +87,7 @@
|
|
| 87 |
"typical_p": 1.0,
|
| 88 |
"use_bfloat16": false,
|
| 89 |
"use_cache": true,
|
| 90 |
-
"vocab_size":
|
| 91 |
},
|
| 92 |
"decoder_start_token_id": 56,
|
| 93 |
"encoder": {
|
|
@@ -189,6 +189,7 @@
|
|
| 189 |
"is_encoder_decoder": true,
|
| 190 |
"model_type": "vision-encoder-decoder",
|
| 191 |
"pad_token_id": 55,
|
|
|
|
| 192 |
"tie_word_embeddings": false,
|
| 193 |
"torch_dtype": "float32",
|
| 194 |
"transformers_version": null
|
|
|
|
| 1 |
{
|
| 2 |
"_commit_hash": null,
|
| 3 |
+
"_name_or_path": "./model_char_1_fix",
|
| 4 |
"architectures": [
|
| 5 |
"VisionEncoderDecoderModel"
|
| 6 |
],
|
|
|
|
| 71 |
"return_dict": true,
|
| 72 |
"return_dict_in_generate": false,
|
| 73 |
"scale_embedding": true,
|
| 74 |
+
"sep_token_id": 0,
|
| 75 |
"suppress_tokens": null,
|
| 76 |
"task_specific_params": null,
|
| 77 |
"temperature": 1.0,
|
|
|
|
| 87 |
"typical_p": 1.0,
|
| 88 |
"use_bfloat16": false,
|
| 89 |
"use_cache": true,
|
| 90 |
+
"vocab_size": 76
|
| 91 |
},
|
| 92 |
"decoder_start_token_id": 56,
|
| 93 |
"encoder": {
|
|
|
|
| 189 |
"is_encoder_decoder": true,
|
| 190 |
"model_type": "vision-encoder-decoder",
|
| 191 |
"pad_token_id": 55,
|
| 192 |
+
"sep_token_id": 75,
|
| 193 |
"tie_word_embeddings": false,
|
| 194 |
"torch_dtype": "float32",
|
| 195 |
"transformers_version": null
|