mxmax commited on
Commit
e95d088
1 Parent(s): 71152bb

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: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": "./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,