SVECTOR-OFFICIAL commited on
Commit
c62948f
·
verified ·
1 Parent(s): 132aaf8

Create vocab.json

Browse files
Files changed (1) hide show
  1. vocab.json +13 -0
vocab.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "!": 0,
3
+ "\"": 1,
4
+ "#": 2,
5
+ "$": 3,
6
+ "%": 4,
7
+ "&": 5,
8
+ "'": 6,
9
+ "(": 7,
10
+ ")": 8,
11
+ "*": 9,
12
+ // and so on...
13
+ }