commit from
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- 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": "./tmp_model/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 990408885
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37da2491165994098cb78e33bc81ba70df9a4184fea9d6dc5f5f6d914f2c47ca
|
| 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": "./tmp_model/model_files",
|
| 107 |
"pad_token": "<pad>",
|
| 108 |
"sp_model_kwargs": {},
|
| 109 |
"special_tokens_map_file": null,
|