Upload tokenizer.json with huggingface_hub
Browse files- tokenizer.json +7 -0
tokenizer.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hello": 1,
|
3 |
+
"world": 2,
|
4 |
+
"hola": 3,
|
5 |
+
"mundo": 4,
|
6 |
+
"<unk>": 0
|
7 |
+
}
|