saracandu commited on
Commit
7d80b95
·
verified ·
1 Parent(s): fd2803e

Create vocab.json

Browse files
Files changed (1) hide show
  1. vocab.json +37 -0
vocab.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "unk": 0,
3
+ "pad": 1,
4
+ "/s": 2,
5
+ "s": 3,
6
+ "(": 4,
7
+ ")": 5,
8
+ "always": 6,
9
+ "eventually": 7,
10
+ "until": 8,
11
+ "and": 9,
12
+ "or": 10,
13
+ "not": 11,
14
+ ">=": 12,
15
+ "<=": 13,
16
+ ">": 14,
17
+ "<": 15,
18
+ "=": 16,
19
+ "x_": 17,
20
+ "[": 18,
21
+ "]": 19,
22
+ ",": 20,
23
+ "inf": 21,
24
+ "-": 22,
25
+ ".": 23,
26
+ "0": 24,
27
+ "1": 25,
28
+ "2": 26,
29
+ "3": 27,
30
+ "4": 28,
31
+ "5": 29,
32
+ "6": 30,
33
+ "7": 31,
34
+ "8": 32,
35
+ "9": 33,
36
+ "@": 34
37
+ }