arxyzan commited on
Commit
167b836
1 Parent(s): 260629c

Hezar: Upload config.yaml

Browse files
Files changed (1) hide show
  1. 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: 3
 
 
 
 
 
 
 
 
 
 
 
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