Upload TextClassificationPipeline
Browse files- config.json +4 -2
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "final-model",
|
3 |
-
"_num_labels":
|
4 |
"architectures": [
|
5 |
"DebertaV2ForSequenceClassification"
|
6 |
],
|
@@ -11,13 +11,15 @@
|
|
11 |
"id2label": {
|
12 |
"0": "used",
|
13 |
"1": "mentioned",
|
14 |
-
"2": "created"
|
|
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
"created": 2,
|
20 |
"mentioned": 1,
|
|
|
21 |
"used": 0
|
22 |
},
|
23 |
"layer_norm_eps": 1e-07,
|
|
|
1 |
{
|
2 |
"_name_or_path": "final-model",
|
3 |
+
"_num_labels": 4,
|
4 |
"architectures": [
|
5 |
"DebertaV2ForSequenceClassification"
|
6 |
],
|
|
|
11 |
"id2label": {
|
12 |
"0": "used",
|
13 |
"1": "mentioned",
|
14 |
+
"2": "created",
|
15 |
+
"3": "other"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
"created": 2,
|
21 |
"mentioned": 1,
|
22 |
+
"other": 3,
|
23 |
"used": 0
|
24 |
},
|
25 |
"layer_norm_eps": 1e-07,
|
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:ac50024f9bc4dd5ca905dd39215841732e31d837e2f1513b066d1ebae423c2c4
|
3 |
+
size 737725432
|