Kamel commited on
Commit
7a08cdb
1 Parent(s): e3d2dd8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "_name_or_path": "/content/DarijaBERT_mix/",
3
  "architectures": [
4
 
5
- "BertForSequenceClassification"
6
  ],
7
  "attention_probs_dropout_prob": 0.1,
8
  "classifier_dropout": null,
@@ -14,7 +14,7 @@
14
  "initializer_range": 0.02,
15
  "intermediate_size": 3072,
16
  "layer_norm_eps": 1e-12,
17
-
18
  "max_len": 128,
19
  "max_position_embeddings": 512,
20
  "model_max_length": 128,
 
2
  "_name_or_path": "/content/DarijaBERT_mix/",
3
  "architectures": [
4
 
5
+ "BertForMaskedLM"
6
  ],
7
  "attention_probs_dropout_prob": 0.1,
8
  "classifier_dropout": null,
 
14
  "initializer_range": 0.02,
15
  "intermediate_size": 3072,
16
  "layer_norm_eps": 1e-12,
17
+ "mask_token": "[MASK]",
18
  "max_len": 128,
19
  "max_position_embeddings": 512,
20
  "model_max_length": 128,