Alshargi commited on
Commit
bfb8606
·
verified ·
1 Parent(s): e21a911

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +22 -1
config.json CHANGED
@@ -1,4 +1,25 @@
1
  {
2
  "model_type": "text-classification",
3
- "model": "Alshargi/arabic-msa-dialects-segmentation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
  "model_type": "text-classification",
3
+ "model": "Alshargi/arabic-msa-dialects-segmentation",
4
+ "config": {
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "finetuning_task": "mrpc",
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "num_attention_heads": 12,
15
+ "num_hidden_layers": 12,
16
+ "num_labels": 2,
17
+ "output_attentions": false,
18
+ "output_hidden_states": false,
19
+ "pruned_heads": {},
20
+ "torchscript": false,
21
+ "type_vocab_size": 2,
22
+ "vocab_size": 30522,
23
+ "model_type": "albert"
24
+ }
25
  }