zllhhhh commited on
Commit
c414398
1 Parent(s): ac24875

Upload 2 files

Browse files
Files changed (2) hide show
  1. added_tokens.json +6 -0
  2. generation_config.json +7 -0
added_tokens.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "<im_end>": 32003,
3
+ "<im_patch>": 32001,
4
+ "<im_start>": 32002,
5
+ "[PAD]": 32000
6
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.28.0.dev0"
7
+ }