VIOLET21 commited on
Commit
cbdfd01
·
verified ·
1 Parent(s): 2d08546

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "_num_labels": 5,
3
  "architectures": [
4
  "BertForSequenceClassification"
@@ -10,16 +11,16 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
@@ -28,7 +29,6 @@
28
  "num_hidden_layers": 12,
29
  "output_past": true,
30
  "pad_token_id": 0,
31
- "pipeline_tag": "text-classification",
32
  "pooler_fc_size": 768,
33
  "pooler_num_attention_heads": 12,
34
  "pooler_num_fc_layers": 3,
 
1
  {
2
+ "pipeline_tag": "text-classification",
3
  "_num_labels": 5,
4
  "architectures": [
5
  "BertForSequenceClassification"
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "Negative",
15
+ "1": "Positive",
16
+ "2": "Neutral"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
+ "Negative": 0,
22
+ "Positive": 1,
23
+ "Neutral": 2
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 512,
 
29
  "num_hidden_layers": 12,
30
  "output_past": true,
31
  "pad_token_id": 0,
 
32
  "pooler_fc_size": 768,
33
  "pooler_num_attention_heads": 12,
34
  "pooler_num_fc_layers": 3,