Upload DebertaV2ForSequenceClassification
Browse files- config.json +19 -30
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "acuvity/
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
@@ -8,40 +8,30 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
"1": "cybersecurity",
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "project management",
|
22 |
-
"11": "risk and compliance",
|
23 |
-
"12": "sales",
|
24 |
-
"13": "strategy and planning",
|
25 |
-
"14": "ethics"
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
28 |
"intermediate_size": 3072,
|
29 |
"label2id": {
|
30 |
-
"
|
31 |
"cybersecurity": 1,
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"product management": 9,
|
41 |
-
"project management": 10,
|
42 |
-
"risk and compliance": 11,
|
43 |
-
"sales": 12,
|
44 |
-
"strategy and planning": 13
|
45 |
},
|
46 |
"layer_norm_eps": 1e-07,
|
47 |
"max_position_embeddings": 512,
|
@@ -60,7 +50,6 @@
|
|
60 |
],
|
61 |
"position_biased_input": false,
|
62 |
"position_buckets": 256,
|
63 |
-
"problem_type": "multi_label_classification",
|
64 |
"relative_attention": true,
|
65 |
"share_att_key": true,
|
66 |
"torch_dtype": "float32",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "acuvity/deberta-v3-base-zeroshot-v1.1-all-33-030624_r5",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "business_development",
|
12 |
"1": "cybersecurity",
|
13 |
+
"2": "financial",
|
14 |
+
"3": "human_resource",
|
15 |
+
"4": "legal",
|
16 |
+
"5": "marketing",
|
17 |
+
"6": "risk_and_compliance",
|
18 |
+
"7": "sales",
|
19 |
+
"8": "strategy_and_planning",
|
20 |
+
"9": "technical"
|
|
|
|
|
|
|
|
|
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
+
"business_development": 0,
|
26 |
"cybersecurity": 1,
|
27 |
+
"financial": 2,
|
28 |
+
"human_resource": 3,
|
29 |
+
"legal": 4,
|
30 |
+
"marketing": 5,
|
31 |
+
"risk_and_compliance": 6,
|
32 |
+
"sales": 7,
|
33 |
+
"strategy_and_planning": 8,
|
34 |
+
"technical": 9
|
|
|
|
|
|
|
|
|
|
|
35 |
},
|
36 |
"layer_norm_eps": 1e-07,
|
37 |
"max_position_embeddings": 512,
|
|
|
50 |
],
|
51 |
"position_biased_input": false,
|
52 |
"position_buckets": 256,
|
|
|
53 |
"relative_attention": true,
|
54 |
"share_att_key": true,
|
55 |
"torch_dtype": "float32",
|
model.safetensors
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:e3a027be0a8f364b717f027c0a3f99de02da0865cc0479e59441b6b296def826
|
3 |
+
size 737743888
|