Duino commited on
Commit
d137d32
·
verified ·
1 Parent(s): b3dd936

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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": "SentencePieceTokenizer",
 
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
  }