system HF staff commited on
Commit
46df488
1 Parent(s): 9e6e864

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "XLNetForSequenceClassification"
4
  ],
5
  "attn_type": "bi",
6
  "bi_data": false,
@@ -13,7 +13,7 @@
13
  "end_n_top": 5,
14
  "eos_token_id": 2,
15
  "ff_activation": "gelu",
16
- "finetuning_task": "sts-b",
17
  "id2label": {
18
  "0": "LABEL_0"
19
  },
1
  {
2
  "architectures": [
3
+ "XLNetLMHeadModel"
4
  ],
5
  "attn_type": "bi",
6
  "bi_data": false,
13
  "end_n_top": 5,
14
  "eos_token_id": 2,
15
  "ff_activation": "gelu",
16
+ "finetuning_task": "glue:stsb",
17
  "id2label": {
18
  "0": "LABEL_0"
19
  },