Upload folder using huggingface_hub
Browse files- config.json +2 -1
config.json
CHANGED
@@ -8,7 +8,8 @@
|
|
8 |
"n_layer": 6,
|
9 |
"block_size": 256,
|
10 |
"dropout": 0.2,
|
11 |
-
"tokenizer_class": "
|
|
|
12 |
"_name_or_path": "Duino/Darija-LM",
|
13 |
"model_type": "gpt2"
|
14 |
}
|
|
|
8 |
"n_layer": 6,
|
9 |
"block_size": 256,
|
10 |
"dropout": 0.2,
|
11 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
12 |
+
"tokenizer_file": "spm_model.model",
|
13 |
"_name_or_path": "Duino/Darija-LM",
|
14 |
"model_type": "gpt2"
|
15 |
}
|