alex2awesome commited on
Commit
4802ad4
1 Parent(s): 0219ce0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -8
config.json CHANGED
@@ -22,6 +22,7 @@
22
  "bos_token_id": 0,
23
  "chunk_size_feed_forward": 0,
24
  "classifier_dropout": null,
 
25
  "cross_attention_hidden_size": null,
26
  "decoder_start_token_id": null,
27
  "diversity_penalty": 0.0,
@@ -36,18 +37,10 @@
36
  "hidden_act": "gelu",
37
  "hidden_dropout_prob": 0.1,
38
  "hidden_size": 768,
39
- "id2label": {
40
- "0": "LABEL_0",
41
- "1": "LABEL_1"
42
- },
43
  "initializer_range": 0.02,
44
  "intermediate_size": 3072,
45
  "is_decoder": false,
46
  "is_encoder_decoder": false,
47
- "label2id": {
48
- "LABEL_0": 0,
49
- "LABEL_1": 1
50
- },
51
  "layer_norm_eps": 1e-05,
52
  "length_penalty": 1.0,
53
  "max_length": 20,
 
22
  "bos_token_id": 0,
23
  "chunk_size_feed_forward": 0,
24
  "classifier_dropout": null,
25
+ "label_mapper": {"other": 0, "anecdote": 1, "statistics": 2, "testimony": 3, "assumption": 4, "common-ground": 5},
26
  "cross_attention_hidden_size": null,
27
  "decoder_start_token_id": null,
28
  "diversity_penalty": 0.0,
 
37
  "hidden_act": "gelu",
38
  "hidden_dropout_prob": 0.1,
39
  "hidden_size": 768,
 
 
 
 
40
  "initializer_range": 0.02,
41
  "intermediate_size": 3072,
42
  "is_decoder": false,
43
  "is_encoder_decoder": false,
 
 
 
 
44
  "layer_norm_eps": 1e-05,
45
  "length_penalty": 1.0,
46
  "max_length": 20,