Commit
路
0f8e968
1
Parent(s):
b9edf2d
Update tiny models for T5ForQuestionAnswering
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -0
config.json
CHANGED
@@ -23,7 +23,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": 32100
|
29 |
}
|
|
|
23 |
"relative_attention_max_distance": 128,
|
24 |
"relative_attention_num_buckets": 8,
|
25 |
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.32.0.dev0",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32100
|
29 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4489613
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48010b61dfd94e56ef04ec926c294e554e2b0f17125f20fe746856caa42281e5
|
3 |
size 4489613
|
tokenizer_config.json
CHANGED
@@ -104,6 +104,7 @@
|
|
104 |
"clean_up_tokenization_spaces": true,
|
105 |
"eos_token": "</s>",
|
106 |
"extra_ids": 100,
|
|
|
107 |
"model_max_length": 512,
|
108 |
"pad_token": "<pad>",
|
109 |
"sp_model_kwargs": {},
|
|
|
104 |
"clean_up_tokenization_spaces": true,
|
105 |
"eos_token": "</s>",
|
106 |
"extra_ids": 100,
|
107 |
+
"legacy": true,
|
108 |
"model_max_length": 512,
|
109 |
"pad_token": "<pad>",
|
110 |
"sp_model_kwargs": {},
|