huolongguo10 commited on
Commit
58b80ac
1 Parent(s): 088fd7c

Upload 5 files

Browse files
Files changed (2) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer_config.json +12 -0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93ef310465216c9a9908081c858e97710c3ef23257b4007ef8416a18c1136d0d
3
  size 3132789733
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:014ce5a39e904b424a2bc400d5b389f670e5956bfc752afee128ce462b987d85
3
  size 3132789733
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": null,
3
+ "eos_token": "</s>",
4
+ "extra_ids": 0,
5
+ "model_max_length": 2048,
6
+ "name_or_path": "ClueAI/ChatYuan-large-v2",
7
+ "pad_token": "<pad>",
8
+ "sp_model_kwargs": {},
9
+ "special_tokens_map_file": null,
10
+ "tokenizer_class": "T5Tokenizer",
11
+ "unk_token": "<unk>"
12
+ }