Pthahnix commited on
Commit
50ae63a
·
verified ·
1 Parent(s): 49e4bf6

Upload metadata/vocab.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata/vocab.json +13 -0
metadata/vocab.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "PAD": 0,
3
+ "BOS": 1,
4
+ "EOS": 2,
5
+ "SEP": 3,
6
+ "POS_OFFSET": 4,
7
+ "POS_BINS": 256,
8
+ "SCALE_OFFSET": 260,
9
+ "SCALE_BINS": 64,
10
+ "CB_OFFSET": 324,
11
+ "CB_SIZE": 2048,
12
+ "VOCAB_SIZE": 2372
13
+ }