add tokenizer
Browse files- vocab.json +1 -1
vocab.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"0": 0, "1": 1}
|
|
|
1 |
+
{"0": 0, "1": 1, "[PAD]": 2}
|