mxmax commited on
Commit
fa0d28c
·
1 Parent(s): 80a8f74

commit from

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./model/promptclue",
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:ad21d9afe8e12d35dfc8578b3a84278560a25ed4872d318b080e4f92f12277df
3
- size 990406605
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22911240af57064e85986aac2d9a7a97a1575399957ce454981da1e773fc3d5a
3
+ size 990408885
tokenizer_config.json CHANGED
@@ -103,7 +103,7 @@
103
  ],
104
  "eos_token": "</s>",
105
  "extra_ids": 100,
106
- "name_or_path": "./model/promptclue",
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,