arxyzan commited on
Commit
5114012
1 Parent(s): 7380315

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +3 -10
config.yaml CHANGED
@@ -3,16 +3,9 @@ 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
 
3
  task: text_classification
4
  num_labels: 10
5
  id2label:
6
+ 0: negative
7
+ 1: positive
8
+ 2: neutral
 
 
 
 
 
 
 
9
  activation: gelu
10
  attention_dropout: 0.1
11
  dim: 768