pooya-mohammadi
commited on
Commit
•
522b8bc
1
Parent(s):
7c54978
Hezar: Upload training files
Browse files- model_config.yaml +46 -0
model_config.yaml
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: distilbert_sequence_labeling
|
2 |
+
config_type: model
|
3 |
+
task: sequence_labeling
|
4 |
+
num_labels: 23
|
5 |
+
id2label:
|
6 |
+
0: P
|
7 |
+
1: Ne
|
8 |
+
2: PRO
|
9 |
+
3: CONJ
|
10 |
+
4: 'N'
|
11 |
+
5: PUNC
|
12 |
+
6: Pe
|
13 |
+
7: ADV
|
14 |
+
8: V
|
15 |
+
9: AJ
|
16 |
+
10: AJe
|
17 |
+
11: DET
|
18 |
+
12: POSTP
|
19 |
+
13: NUM
|
20 |
+
14: DETe
|
21 |
+
15: NUMe
|
22 |
+
16: PROe
|
23 |
+
17: ADVe
|
24 |
+
18: RES
|
25 |
+
19: CL
|
26 |
+
20: INT
|
27 |
+
21: CONJe
|
28 |
+
22: RESe
|
29 |
+
activation: gelu
|
30 |
+
attention_dropout: 0.1
|
31 |
+
dim: 768
|
32 |
+
dropout: 0.1
|
33 |
+
initializer_range: 0.02
|
34 |
+
max_position_embeddings: 512
|
35 |
+
n_heads: 12
|
36 |
+
n_layers: 6
|
37 |
+
output_past: true
|
38 |
+
pad_token_id: 0
|
39 |
+
qa_dropout: 0.1
|
40 |
+
tie_weights_: true
|
41 |
+
vocab_size: 42000
|
42 |
+
hidden_dropout_prob: 0.1
|
43 |
+
use_cache: true
|
44 |
+
prediction_skip_tokens:
|
45 |
+
- '[SEP]'
|
46 |
+
- '[CLS]'
|