system HF staff commited on
Commit
6968574
1 Parent(s): 2073576

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -3
config.json CHANGED
@@ -23,13 +23,15 @@
23
  "finetuning_task": null,
24
  "id2label": {
25
  "0": "LABEL_0",
26
- "1": "LABEL_1"
 
27
  },
28
  "init_std": 0.02,
29
  "is_decoder": false,
30
  "label2id": {
31
  "LABEL_0": 0,
32
- "LABEL_1": 1
 
33
  },
34
  "length_penalty": 1.0,
35
  "max_length": 20,
@@ -37,7 +39,7 @@
37
  "model_type": "bart",
38
  "num_beams": 1,
39
  "num_hidden_layers": 12,
40
- "num_labels": 2,
41
  "num_return_sequences": 1,
42
  "output_attentions": false,
43
  "output_hidden_states": false,
23
  "finetuning_task": null,
24
  "id2label": {
25
  "0": "LABEL_0",
26
+ "1": "LABEL_1",
27
+ "2": "LABEL_2"
28
  },
29
  "init_std": 0.02,
30
  "is_decoder": false,
31
  "label2id": {
32
  "LABEL_0": 0,
33
+ "LABEL_1": 1,
34
+ "LABEL_2": 2
35
  },
36
  "length_penalty": 1.0,
37
  "max_length": 20,
39
  "model_type": "bart",
40
  "num_beams": 1,
41
  "num_hidden_layers": 12,
42
+ "num_labels": 3,
43
  "num_return_sequences": 1,
44
  "output_attentions": false,
45
  "output_hidden_states": false,