Upload folder using huggingface_hub
Browse files- config.json +16 -20
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -9,29 +9,25 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "Income Maintenance",
|
21 |
-
"9": "Education"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"label2id": {
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"Family and
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"Other": 5,
|
34 |
-
"Work, Employment and Unemployment": 4
|
35 |
},
|
36 |
"max_position_embeddings": 512,
|
37 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Family, Divorce, and Custody",
|
13 |
+
"1": "Housing or Property",
|
14 |
+
"2": "Debts and Purchases",
|
15 |
+
"3": "Civil and Constitutional Rights",
|
16 |
+
"4": "Wills and Inheritance",
|
17 |
+
"5": "Work",
|
18 |
+
"6": "Personal Injury",
|
19 |
+
"7": "Other"
|
|
|
|
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"label2id": {
|
23 |
+
"Civil and Constitutional Rights": 3,
|
24 |
+
"Debts and Purchases": 2,
|
25 |
+
"Family, Divorce, and Custody": 0,
|
26 |
+
"Housing or Property": 1,
|
27 |
+
"Other": 7,
|
28 |
+
"Personal Injury": 6,
|
29 |
+
"Wills and Inheritance": 4,
|
30 |
+
"Work": 5
|
|
|
|
|
31 |
},
|
32 |
"max_position_embeddings": 512,
|
33 |
"model_type": "distilbert",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c834d1b5849ce8b9fbc4220d847de497ae9f515fadf6d0be999e6f10926a1e0
|
3 |
+
size 267873965
|