commit from
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./t5_2epoch/model_files",
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c70d3e7cc0c13fa0178b04aacb37d25086f36f7a8f09d6ce81b4a0acf740bfb
|
3 |
+
size 990408885
|
tokenizer_config.json
CHANGED
@@ -103,7 +103,7 @@
|
|
103 |
],
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
-
"name_or_path": "./
|
107 |
"pad_token": "<pad>",
|
108 |
"sp_model_kwargs": {},
|
109 |
"special_tokens_map_file": null,
|
|
|
103 |
],
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
+
"name_or_path": "./t5_2epoch/model_files",
|
107 |
"pad_token": "<pad>",
|
108 |
"sp_model_kwargs": {},
|
109 |
"special_tokens_map_file": null,
|