Hezar: Upload config.yaml
Browse files- config.yaml +13 -2
config.yaml
CHANGED
@@ -1,7 +1,18 @@
|
|
1 |
-
config_type: model
|
2 |
name: distilbert_text_classification
|
|
|
3 |
task: text_classification
|
4 |
-
num_labels:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
activation: gelu
|
6 |
attention_dropout: 0.1
|
7 |
dim: 768
|
|
|
|
|
1 |
name: distilbert_text_classification
|
2 |
+
file_name: config.yaml
|
3 |
task: text_classification
|
4 |
+
num_labels: 10
|
5 |
+
id2label:
|
6 |
+
0: LABEL_0
|
7 |
+
1: LABEL_1
|
8 |
+
2: LABEL_2
|
9 |
+
3: LABEL_3
|
10 |
+
4: LABEL_4
|
11 |
+
5: LABEL_5
|
12 |
+
6: LABEL_6
|
13 |
+
7: LABEL_7
|
14 |
+
8: LABEL_8
|
15 |
+
9: LABEL_9
|
16 |
activation: gelu
|
17 |
attention_dropout: 0.1
|
18 |
dim: 768
|