Duino commited on
Commit
c4acdc8
·
verified ·
1 Parent(s): a18759a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -7,7 +7,7 @@
7
  "block_size": 256,
8
  "dropout": 0.2,
9
  "tokenizer_class": "PreTrainedTokenizerFast",
10
- "model_file": "tokenizer.model",
11
  "_name_or_path": "Duino/Darija-LM",
12
  "model_type": "GPT"
13
  }
 
7
  "block_size": 256,
8
  "dropout": 0.2,
9
  "tokenizer_class": "PreTrainedTokenizerFast",
10
+ "model_file": "bert-base-uncased",
11
  "_name_or_path": "Duino/Darija-LM",
12
  "model_type": "GPT"
13
  }