resproj007 commited on
Commit
ee85a3f
·
verified ·
1 Parent(s): aa08538

Upload vocab.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vocab.json +33 -0
vocab.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eng": {
3
+ "[PAD]": 28,
4
+ "[UNK]": 27,
5
+ "a": 1,
6
+ "b": 2,
7
+ "c": 3,
8
+ "d": 4,
9
+ "e": 5,
10
+ "f": 6,
11
+ "g": 7,
12
+ "h": 8,
13
+ "i": 9,
14
+ "j": 10,
15
+ "k": 11,
16
+ "l": 12,
17
+ "m": 13,
18
+ "n": 14,
19
+ "o": 15,
20
+ "p": 16,
21
+ "q": 17,
22
+ "r": 18,
23
+ "s": 19,
24
+ "t": 20,
25
+ "u": 21,
26
+ "v": 22,
27
+ "w": 23,
28
+ "x": 24,
29
+ "y": 25,
30
+ "z": 26,
31
+ "|": 0
32
+ }
33
+ }