Akashpb13 commited on
Commit
5818da2
1 Parent(s): 020a7c5

Upload vocab.json

Browse files
Files changed (1) hide show
  1. vocab.json +30 -0
vocab.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "'": 25,
3
+ "A": 16,
4
+ "B": 10,
5
+ "C": 5,
6
+ "D": 11,
7
+ "E": 3,
8
+ "F": 6,
9
+ "G": 8,
10
+ "H": 12,
11
+ "I": 9,
12
+ "J": 21,
13
+ "K": 2,
14
+ "L": 0,
15
+ "M": 7,
16
+ "N": 14,
17
+ "O": 17,
18
+ "P": 23,
19
+ "R": 18,
20
+ "S": 24,
21
+ "T": 19,
22
+ "U": 20,
23
+ "V": 13,
24
+ "W": 22,
25
+ "Y": 1,
26
+ "Z": 4,
27
+ "[PAD]": 27,
28
+ "[UNK]": 26,
29
+ "|": 15
30
+ }