Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +1 -1
- spiece.model +3 -0
- tokenizer_config.json +0 -4
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "t5-small",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8558d606a04798dd32c4dcd45df36e07a357fcd75902d734b037cde59cc73a93
|
3 |
size 242041896
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
3 |
+
size 791656
|
tokenizer_config.json
CHANGED
@@ -931,12 +931,8 @@
|
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
"legacy": false,
|
934 |
-
"max_length": 515,
|
935 |
"model_max_length": 512,
|
936 |
"pad_token": "<pad>",
|
937 |
-
"stride": 0,
|
938 |
"tokenizer_class": "T5Tokenizer",
|
939 |
-
"truncation_side": "right",
|
940 |
-
"truncation_strategy": "longest_first",
|
941 |
"unk_token": "<unk>"
|
942 |
}
|
|
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
"legacy": false,
|
|
|
934 |
"model_max_length": 512,
|
935 |
"pad_token": "<pad>",
|
|
|
936 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
937 |
"unk_token": "<unk>"
|
938 |
}
|