Finished training.
Browse files- README.md +7 -7
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
args: default
|
24 |
metrics:
|
25 |
- type: accuracy
|
26 |
-
value: 0.
|
27 |
name: accuracy
|
28 |
---
|
29 |
|
@@ -34,7 +34,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [uygarkurt/distilbert-base-uncased-finetuned-emotion](https://huggingface.co/uygarkurt/distilbert-base-uncased-finetuned-emotion) on the ag_news dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -65,11 +65,11 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| accuracy | train_loss | epoch |
|
67 |
|:--------:|:----------:|:-----:|
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
23 |
args: default
|
24 |
metrics:
|
25 |
- type: accuracy
|
26 |
+
value: 0.9415789473684211
|
27 |
name: accuracy
|
28 |
---
|
29 |
|
|
|
34 |
|
35 |
This model is a fine-tuned version of [uygarkurt/distilbert-base-uncased-finetuned-emotion](https://huggingface.co/uygarkurt/distilbert-base-uncased-finetuned-emotion) on the ag_news dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- accuracy: 0.9416
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
65 |
|
66 |
| accuracy | train_loss | epoch |
|
67 |
|:--------:|:----------:|:-----:|
|
68 |
+
| 0.2478 | None | 0 |
|
69 |
+
| 0.9257 | 0.2606 | 0 |
|
70 |
+
| 0.9336 | 0.2005 | 1 |
|
71 |
+
| 0.9384 | 0.1767 | 2 |
|
72 |
+
| 0.9416 | 0.1601 | 3 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "SEQ_CLS",
|
26 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"v_lin",
|
23 |
+
"q_lin"
|
24 |
],
|
25 |
"task_type": "SEQ_CLS",
|
26 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2452208
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf4f8ad2bb2aa8987b5d830d5788e5d7c5f589dde3d813b4bd44222a9826511c
|
3 |
size 2452208
|