Upload darija BPE tokenizer config file
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "gpt2",
|
| 3 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 4 |
+
"vocab_size": null
|
| 5 |
+
}
|