Commit
路
bf9c9d2
1
Parent(s):
b381aa0
Update tiny models for UMT5ForQuestionAnswering
Browse files- config.json +2 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -0
config.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
"UMT5ForQuestionAnswering"
|
| 4 |
],
|
| 5 |
"bos_token_id": 2,
|
|
|
|
| 6 |
"d_ff": 37,
|
| 7 |
"d_kv": 8,
|
| 8 |
"d_model": 32,
|
|
@@ -23,7 +24,7 @@
|
|
| 23 |
"relative_attention_max_distance": 128,
|
| 24 |
"relative_attention_num_buckets": 8,
|
| 25 |
"torch_dtype": "float32",
|
| 26 |
-
"transformers_version": "4.
|
| 27 |
"use_cache": true,
|
| 28 |
"vocab_size": 256300
|
| 29 |
}
|
|
|
|
| 3 |
"UMT5ForQuestionAnswering"
|
| 4 |
],
|
| 5 |
"bos_token_id": 2,
|
| 6 |
+
"classifier_dropout": 0.0,
|
| 7 |
"d_ff": 37,
|
| 8 |
"d_kv": 8,
|
| 9 |
"d_model": 32,
|
|
|
|
| 24 |
"relative_attention_max_distance": 128,
|
| 25 |
"relative_attention_num_buckets": 8,
|
| 26 |
"torch_dtype": "float32",
|
| 27 |
+
"transformers_version": "4.32.0.dev0",
|
| 28 |
"use_cache": true,
|
| 29 |
"vocab_size": 256300
|
| 30 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 33191021
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:043eda0ba24df46c5d6105b39cd32a64a64078cc4dc18122b2bf2cdaeb371bc0
|
| 3 |
size 33191021
|
tokenizer_config.json
CHANGED
|
@@ -305,6 +305,7 @@
|
|
| 305 |
"clean_up_tokenization_spaces": true,
|
| 306 |
"eos_token": "</s>",
|
| 307 |
"extra_ids": 300,
|
|
|
|
| 308 |
"model_max_length": 1000000000000000019884624838656,
|
| 309 |
"pad_token": "<pad>",
|
| 310 |
"sp_model_kwargs": {},
|
|
|
|
| 305 |
"clean_up_tokenization_spaces": true,
|
| 306 |
"eos_token": "</s>",
|
| 307 |
"extra_ids": 300,
|
| 308 |
+
"legacy": true,
|
| 309 |
"model_max_length": 1000000000000000019884624838656,
|
| 310 |
"pad_token": "<pad>",
|
| 311 |
"sp_model_kwargs": {},
|