michaelfeil commited on
Commit
685d2c7
·
verified ·
1 Parent(s): 29ef9a9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json CHANGED
@@ -3,6 +3,14 @@
3
  "architectures": [
4
  "LlamaForSequenceClassification"
5
  ],
 
 
 
 
 
 
 
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
 
3
  "architectures": [
4
  "LlamaForSequenceClassification"
5
  ],
6
+ "id2label": {
7
+ "0": "dummy_0",
8
+ "1": "dummy_1"
9
+ },
10
+ "label2id": {
11
+ "dummy_0": 0,
12
+ "dummy_1": 1
13
+ },
14
  "attention_bias": false,
15
  "attention_dropout": 0.0,
16
  "bos_token_id": 1,