arxyzan commited on
Commit
7fd74bf
1 Parent(s): 058d143

Update model_config.yaml

Browse files
Files changed (1) hide show
  1. model_config.yaml +4 -4
model_config.yaml CHANGED
@@ -1,11 +1,11 @@
1
- name: distilbert_text_classification
2
  config_type: model
3
  task: text_classification
4
  num_labels: 3
5
  id2label:
6
- '0': negative
7
- '1': positive
8
- '2': neutral
9
  activation: gelu
10
  attention_dropout: 0.1
11
  dim: 768
 
1
+ name: bert_text_classification
2
  config_type: model
3
  task: text_classification
4
  num_labels: 3
5
  id2label:
6
+ 0: negative
7
+ 1: positive
8
+ 2: neutral
9
  activation: gelu
10
  attention_dropout: 0.1
11
  dim: 768