gsaltintas commited on
Commit
3d30a20
·
verified ·
1 Parent(s): ffcf824

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. vocab.json +12 -12
vocab.json CHANGED
@@ -1,19 +1,19 @@
1
  {
2
- " ": 6,
3
- "4": 11,
4
- "8": 15,
5
  "6": 13,
6
- "7": 14,
7
- "<unk>": 0,
8
  "1": 8,
9
- "<s>": 1,
10
- "</s>": 2,
11
- "=": 5,
12
- "5": 12,
13
- "<pad>": 3,
14
  "2": 9,
15
  "0": 7,
16
- "3": 10,
 
 
 
 
 
 
 
17
  "mod": 4,
18
- "9": 16
19
  }
 
1
  {
 
 
 
2
  "6": 13,
3
+ "4": 11,
 
4
  "1": 8,
5
+ "3": 10,
6
+ "<unk>": 0,
 
 
 
7
  "2": 9,
8
  "0": 7,
9
+ "9": 16,
10
+ "5": 12,
11
+ "<pad>": 3,
12
+ "</s>": 2,
13
+ "7": 14,
14
+ "=": 5,
15
+ "<s>": 1,
16
+ " ": 6,
17
  "mod": 4,
18
+ "8": 15
19
  }