aift-model-review-multiple-label-classification
Browse files- README.md +12 -12
- config.json +16 -14
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
-
- Accuracy Thresh: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.1569
|
19 |
+
- Accuracy Thresh: 0.8636
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|
|
51 |
+
| No log | 1.0 | 70 | 2.6518 | 0.3893 |
|
52 |
+
| No log | 2.0 | 140 | 1.6987 | 0.6300 |
|
53 |
+
| No log | 3.0 | 210 | 1.3761 | 0.7193 |
|
54 |
+
| No log | 4.0 | 280 | 1.2348 | 0.7807 |
|
55 |
+
| No log | 5.0 | 350 | 1.1667 | 0.8279 |
|
56 |
+
| No log | 6.0 | 420 | 1.1763 | 0.8393 |
|
57 |
+
| No log | 7.0 | 490 | 1.1202 | 0.8450 |
|
58 |
+
| 1.8776 | 8.0 | 560 | 1.1149 | 0.8521 |
|
59 |
+
| 1.8776 | 9.0 | 630 | 1.1348 | 0.8600 |
|
60 |
+
| 1.8776 | 10.0 | 700 | 1.1569 | 0.8636 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
config.json
CHANGED
@@ -11,25 +11,27 @@
|
|
11 |
"id2label": {
|
12 |
"0": "ads",
|
13 |
"1": "bugs",
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
24 |
"ads": 0,
|
25 |
"bugs": 1,
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
|
|
33 |
},
|
34 |
"max_position_embeddings": 512,
|
35 |
"model_type": "distilbert",
|
|
|
11 |
"id2label": {
|
12 |
"0": "ads",
|
13 |
"1": "bugs",
|
14 |
+
"2": "positive",
|
15 |
+
"3": "negative",
|
16 |
+
"4": "graphic",
|
17 |
+
"5": "gameplay",
|
18 |
+
"6": "request",
|
19 |
+
"7": "neutral",
|
20 |
+
"8": "feedback",
|
21 |
+
"9": "others"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"label2id": {
|
25 |
"ads": 0,
|
26 |
"bugs": 1,
|
27 |
+
"feedback": 8,
|
28 |
+
"gameplay": 5,
|
29 |
+
"graphic": 4,
|
30 |
+
"negative": 3,
|
31 |
+
"neutral": 7,
|
32 |
+
"others": 9,
|
33 |
+
"positive": 2,
|
34 |
+
"request": 6
|
35 |
},
|
36 |
"max_position_embeddings": 512,
|
37 |
"model_type": "distilbert",
|
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:9f771c4077b70cef7134de5d0ac0d5145e07fc4ef1ea3e2f33f8a18cdcc50833
|
3 |
+
size 267857176
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4347
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad7b03a35128b5fbd3260767565ab2172354e6653ccf2b69c10415c8dd3d3085
|
3 |
size 4347
|