Nandhini3737 commited on
Commit
82072b1
·
verified ·
1 Parent(s): f953930

Upload tgt_vocab.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tgt_vocab.json +30 -0
tgt_vocab.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<pad>": 0,
3
+ "<bos>": 1,
4
+ "<eos>": 2,
5
+ "<unk>": 3,
6
+ "[": 4,
7
+ "]": 5,
8
+ "{": 6,
9
+ "}": 7,
10
+ ":": 8,
11
+ ",": 9,
12
+ "\"name\"": 10,
13
+ "\"args\"": 11,
14
+ "\"duration\"": 12,
15
+ "\"Forward\"": 13,
16
+ "\"Backward\"": 14,
17
+ "\"Turn_Left\"": 15,
18
+ "\"Turn_Right\"": 16,
19
+ "\"Stop\"": 17,
20
+ "1": 18,
21
+ "2": 19,
22
+ "3": 20,
23
+ "4": 21,
24
+ "5": 22,
25
+ "6": 23,
26
+ "7": 24,
27
+ "8": 25,
28
+ "9": 26,
29
+ "10": 27
30
+ }