indiejoseph
commited on
Commit
•
6d58498
1
Parent(s):
a17e9dc
Upload tone_vocab.json
Browse files- tone_vocab.json +11 -0
tone_vocab.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 0,
|
3 |
+
"[UNK]": 1,
|
4 |
+
"|": 2,
|
5 |
+
"1": 3,
|
6 |
+
"2": 4,
|
7 |
+
"3": 5,
|
8 |
+
"4": 6,
|
9 |
+
"5": 7,
|
10 |
+
"6": 8
|
11 |
+
}
|