dev7halo commited on
Commit
f3e4757
·
verified ·
1 Parent(s): bba96c5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -25,5 +25,10 @@
25
  "transformers_version": "4.41.2",
26
  "type_vocab_size": 1,
27
  "use_cache": true,
28
- "vocab_size": 32000
 
 
 
 
 
29
  }
 
25
  "transformers_version": "4.41.2",
26
  "type_vocab_size": 1,
27
  "use_cache": true,
28
+ "vocab_size": 32000,
29
+ "bos_index": 0,
30
+ "eos_index": 1,
31
+ "pad_index": 1,
32
+ "unk_index": 3,
33
+ "mask_index": 4,
34
  }