add tokenizer
Browse files- .gitignore +1 -0
- vocab.json +1 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
vocab.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"
|
|
|
1 |
+
{"e": 0, "g": 1, "w": 2, "o": 3, "b": 4, "r": 5, "t": 6, "a": 7, "n": 8, "q": 9, "u": 10, "i": 11, "p": 12, "k": 13, "f": 14, "m": 15, "c": 16, "y": 17, "l": 18, "h": 19, "d": 21, "x": 22, "j": 23, "s": 24, "z": 25, "v": 26, "'": 27, "|": 20, "[UNK]": 28, "[PAD]": 29}
|