Intradiction
commited on
Commit
·
13f978f
1
Parent(s):
8011ab8
Update adapter_config.json
Browse files- adapter_config.json +4 -0
adapter_config.json
CHANGED
@@ -4,6 +4,10 @@
|
|
4 |
"base_model_name_or_path": "distilbert-base-uncased",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
|
|
|
|
|
|
|
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
|
|
4 |
"base_model_name_or_path": "distilbert-base-uncased",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
+
"id2label": {
|
8 |
+
"0": "NEGATIVE",
|
9 |
+
"1": "POSITIVE"
|
10 |
+
},
|
11 |
"inference_mode": true,
|
12 |
"init_lora_weights": true,
|
13 |
"layers_pattern": null,
|