michaelfeil commited on
Commit
dcacc06
·
verified ·
1 Parent(s): d3e623b

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
  "Qwen2ForSequenceClassification"
5
  ],
 
 
 
 
 
 
 
 
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 151643,
8
  "eos_token_id": 151645,
 
3
  "architectures": [
4
  "Qwen2ForSequenceClassification"
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_dropout": 0.0,
15
  "bos_token_id": 151643,
16
  "eos_token_id": 151645,