-
Notifications
You must be signed in to change notification settings - Fork 0
/
vocab_tiny_q2.json
78 lines (78 loc) · 1.1 KB
/
vocab_tiny_q2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"src_word2id": {
"<pad>": 0,
"<s>": 1,
"</s>": 2,
"<unk>": 3,
".": 4,
"--": 5,
"de": 6,
"que": 7,
"en": 8,
"a": 9,
"para": 10,
"la": 11,
"por": 12,
",": 13,
"y": 14,
"lo": 15,
"!": 16,
"una": 17,
"Y": 18,
"es": 19,
"verdad": 20,
"un": 21,
"este": 22,
"ustedes": 23,
"parte": 24,
"(": 25,
"Sollozos": 26,
"fingidos": 27,
")": 28,
"el": 29,
"avin": 30,
"historia": 31,
"Nashville": 32
},
"tgt_word2id": {
"<pad>": 0,
"<s>": 1,
"</s>": 2,
"<unk>": 3,
".": 4,
"I": 5,
"to": 6,
"a": 7,
"the": 8,
"you": 9,
",": 10,
"have": 11,
"of": 12,
"--": 13,
"it": 14,
"'s": 15,
"this": 16,
"and": 17,
"for": 18,
"that": 19,
"in": 20,
"And": 21,
"been": 22,
"all": 23,
"what": 24,
"say": 25,
"(": 26,
"Mock": 27,
"sob": 28,
")": 29,
"my": 30,
"on": 31,
"story": 32,
"like": 33,
"me": 34,
"true": 35,
"we": 36,
"Nashville": 37,
"little": 38
}
}