alsubari commited on
Commit
215e399
·
verified ·
1 Parent(s): 0c0bb06

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "embed_dim": 256,
3
+ "num_layers": 4,
4
+ "num_heads": 4,
5
+ "head_dim": 64,
6
+ "ff_mult": 4,
7
+ "max_seq_len": 512,
8
+ "dropout": 0.1,
9
+ "vocab_size": 32000,
10
+ "tokenizer_name": "asafaya/bert-mini-arabic",
11
+ "use_rotary_embedding": false,
12
+ "use_task_adapters": false,
13
+ "adapter_bottleneck": 64,
14
+ "tasks": [
15
+ "sentiment",
16
+ "error_detection",
17
+ "ner_detection",
18
+ "generation"
19
+ ]
20
+ }