lucienbaumgartner/mtg-spike-multilabel-distilbert
Browse files- README.md +15 -15
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- F1 Micro: 0.
|
23 |
-
- F1 Macro: 0.
|
24 |
-
- F1 Weighted: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|:--------:|
|
56 |
-
| No log | 1.0 | 406 | 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.2725
|
22 |
+
- F1 Micro: 0.6677
|
23 |
+
- F1 Macro: 0.6644
|
24 |
+
- F1 Weighted: 0.6651
|
25 |
+
- Accuracy: 0.5900
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|:--------:|
|
56 |
+
| No log | 1.0 | 406 | 0.3793 | 0.0637 | 0.0619 | 0.0621 | 0.1413 |
|
57 |
+
| 0.4136 | 2.0 | 812 | 0.2789 | 0.6272 | 0.6225 | 0.6236 | 0.5346 |
|
58 |
+
| 0.2499 | 3.0 | 1218 | 0.2725 | 0.6677 | 0.6644 | 0.6651 | 0.5900 |
|
59 |
+
| 0.2017 | 4.0 | 1624 | 0.2744 | 0.675 | 0.6716 | 0.6721 | 0.6066 |
|
60 |
+
| 0.1853 | 5.0 | 2030 | 0.2745 | 0.6833 | 0.6797 | 0.6805 | 0.6122 |
|
61 |
+
| 0.1853 | 6.0 | 2436 | 0.2771 | 0.6781 | 0.6764 | 0.6770 | 0.6177 |
|
62 |
+
| 0.1621 | 7.0 | 2842 | 0.2810 | 0.6980 | 0.6962 | 0.6970 | 0.6343 |
|
63 |
+
| 0.1536 | 8.0 | 3248 | 0.2832 | 0.6998 | 0.6982 | 0.6988 | 0.6427 |
|
64 |
+
| 0.1414 | 9.0 | 3654 | 0.2843 | 0.6958 | 0.6943 | 0.6948 | 0.6371 |
|
65 |
+
| 0.1429 | 10.0 | 4060 | 0.2861 | 0.6928 | 0.6905 | 0.6911 | 0.6316 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -23,9 +23,9 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
"q_lin",
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "SEQ_CLS",
|
31 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"k_lin",
|
27 |
"q_lin",
|
28 |
+
"v_lin"
|
29 |
],
|
30 |
"task_type": "SEQ_CLS",
|
31 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3268052
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc2b79c7c7e1776dd36435599df64235f55157a32251b2365f97e16f18c391f5
|
3 |
size 3268052
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2eec190de3be7f73fd8d2283985f321e126a0390082058003f1f469b1cced0d
|
3 |
size 4728
|