Duino commited on
Commit
5599f6a
·
verified ·
1 Parent(s): 9f84e46

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -6
config.json CHANGED
@@ -1,15 +1,13 @@
1
  {
2
- "architectures": [
3
- "GPTLanguageModel"
4
- ],
5
  "vocab_size": 32000,
6
  "n_embd": 384,
7
  "n_head": 6,
8
  "n_layer": 6,
9
  "block_size": 256,
10
  "dropout": 0.2,
11
- "tokenizer_class": "SentencePieceTokenizerFast",
12
  "tokenizer_file": "spm_model.model",
13
  "_name_or_path": "Duino/Darija-LM",
14
- "model_type": "gpt2"
15
- }
 
1
  {
2
+ "architectures": ["GPTLanguageModel"],
 
 
3
  "vocab_size": 32000,
4
  "n_embd": 384,
5
  "n_head": 6,
6
  "n_layer": 6,
7
  "block_size": 256,
8
  "dropout": 0.2,
9
+ "tokenizer_class": "PreTrainedTokenizerFast",
10
  "tokenizer_file": "spm_model.model",
11
  "_name_or_path": "Duino/Darija-LM",
12
+ "model_type": "GPT"
13
+ }