menevsem commited on
Commit
09c6a43
1 Parent(s): b12a8ea

Upload vocab.json with huggingface_hub

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