badokorach
commited on
Commit
•
e21e355
1
Parent(s):
2164040
Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +0 -7
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/flan-t5-small",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 307910149
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23f2b29f214663cd2dd7a33b57348553f4570f3c46cf1ea9e9f32638b430570d
|
3 |
size 307910149
|
tokenizer_config.json
CHANGED
@@ -104,16 +104,9 @@
|
|
104 |
"clean_up_tokenization_spaces": true,
|
105 |
"eos_token": "</s>",
|
106 |
"extra_ids": 100,
|
107 |
-
"max_length": 512,
|
108 |
"model_max_length": 512,
|
109 |
-
"pad_to_multiple_of": null,
|
110 |
"pad_token": "<pad>",
|
111 |
-
"pad_token_type_id": 0,
|
112 |
-
"padding_side": "right",
|
113 |
"sp_model_kwargs": {},
|
114 |
-
"stride": 0,
|
115 |
"tokenizer_class": "T5Tokenizer",
|
116 |
-
"truncation_side": "right",
|
117 |
-
"truncation_strategy": "longest_first",
|
118 |
"unk_token": "<unk>"
|
119 |
}
|
|
|
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": {},
|
|
|
110 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
111 |
"unk_token": "<unk>"
|
112 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83fa32b83a735ffa99eee27d4fd0fa18c390bc82df51dee1d6fb85d7b8347965
|
3 |
size 4027
|