mxmax commited on
Commit
cb79622
1 Parent(s): f1bd62b

commit from

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./t5_2epoch/model_files",
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:073e66d82ae2a1abaef294856f77d2769da4f44a14f17db3001be9b657e8eacf
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": "./t5_2epoch/model_files",
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,