Mostafa Shahin commited on
Commit
17f404a
1 Parent(s): dacb2c7

append space in tokens in vocab

Browse files
Files changed (1) hide show
  1. vocab.json +38 -38
vocab.json CHANGED
@@ -1,42 +1,42 @@
1
  {
2
  "<pad>": 0,
3
  "<unk>": 1,
4
- "aa": 32,
5
- "ae": 22,
6
- "ah": 23,
7
- "aw": 24,
8
- "ay": 12,
9
- "b": 11,
10
- "ch": 33,
11
- "d": 4,
12
- "dh": 6,
13
- "eh": 34,
14
- "er": 29,
15
- "ey": 35,
16
- "f": 38,
17
- "g": 5,
18
- "hh": 26,
19
- "ih": 10,
20
- "iy": 7,
21
- "jh": 3,
22
- "k": 2,
23
- "l": 9,
24
- "m": 17,
25
- "n": 30,
26
- "ng": 37,
27
- "ow": 27,
28
- "oy": 14,
29
- "p": 19,
30
- "r": 13,
31
- "s": 20,
32
- "sh": 21,
33
- "t": 15,
34
- "th": 28,
35
- "uh": 36,
36
- "uw": 39,
37
- "v": 18,
38
- "w": 25,
39
- "y": 31,
40
- "z": 8,
41
- "zh": 16
42
  }
 
1
  {
2
  "<pad>": 0,
3
  "<unk>": 1,
4
+ "aa ": 32,
5
+ "ae ": 22,
6
+ "ah ": 23,
7
+ "aw ": 24,
8
+ "ay ": 12,
9
+ "b ": 11,
10
+ "ch ": 33,
11
+ "d ": 4,
12
+ "dh ": 6,
13
+ "eh ": 34,
14
+ "er ": 29,
15
+ "ey ": 35,
16
+ "f ": 38,
17
+ "g ": 5,
18
+ "hh ": 26,
19
+ "ih ": 10,
20
+ "iy ": 7,
21
+ "jh ": 3,
22
+ "k ": 2,
23
+ "l ": 9,
24
+ "m ": 17,
25
+ "n ": 30,
26
+ "ng ": 37,
27
+ "ow ": 27,
28
+ "oy ": 14,
29
+ "p ": 19,
30
+ "r ": 13,
31
+ "s ": 20,
32
+ "sh ": 21,
33
+ "t ": 15,
34
+ "th ": 28,
35
+ "uh ": 36,
36
+ "uw ": 39,
37
+ "v ": 18,
38
+ "w ": 25,
39
+ "y ": 31,
40
+ "z ": 8,
41
+ "zh ": 16
42
  }