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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -9,6 +9,7 @@
9
  "num_labels": 6,
10
  "pooling_method": "attention"
11
  },
 
12
  "classifier_dropout": null,
13
  "context_config": {
14
  "_name_or_path": "roberta-base",
@@ -22,7 +23,6 @@
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,
 
9
  "num_labels": 6,
10
  "pooling_method": "attention"
11
  },
12
+ "label_mapper": {"other": 0, "anecdote": 1, "statistics": 2, "testimony": 3, "assumption": 4, "common-ground": 5},
13
  "classifier_dropout": null,
14
  "context_config": {
15
  "_name_or_path": "roberta-base",
 
23
  "bos_token_id": 0,
24
  "chunk_size_feed_forward": 0,
25
  "classifier_dropout": null,
 
26
  "cross_attention_hidden_size": null,
27
  "decoder_start_token_id": null,
28
  "diversity_penalty": 0.0,