Anwaarma commited on
Commit
065b4b0
·
verified ·
1 Parent(s): d35901d

Upload folder using huggingface_hub

Browse files
lora/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:788e19606ad6ebdec29d7dd245f2807a1fd28062a9921948bb15a2709fe2173d
3
  size 194588072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c4bd2bee9a54485ad6762355b43691746f25b0c1896e01b7201ecca28f58f4d
3
  size 194588072
lora/label_map.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "animosity",
4
+ "1": "derogation",
5
+ "2": "prejudiced discussions",
6
+ "3": "threats, plans to harm and incitement"
7
+ },
8
+ "label2id": {
9
+ "animosity": 0,
10
+ "derogation": 1,
11
+ "prejudiced discussions": 2,
12
+ "threats, plans to harm and incitement": 3
13
+ }
14
+ }