Wesley Morris
commited on
metacognitive_cls_10
Browse files- README.md +17 -17
- config.json +5 -1
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -56,18 +56,18 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1024
|
24 |
+
- Accuracy: 0.9640
|
25 |
+
- F1: 0.8326
|
26 |
+
- Precision: 0.8742
|
27 |
+
- Recall: 0.7947
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
+
| 0.6685 | 1.0 | 76 | 0.6265 | 0.7931 | 0.0543 | 0.0559 | 0.0528 |
|
60 |
+
| 0.45 | 2.0 | 152 | 0.2973 | 0.8983 | 0.3275 | 0.6410 | 0.2199 |
|
61 |
+
| 0.2947 | 3.0 | 228 | 0.2671 | 0.9069 | 0.4910 | 0.6385 | 0.3988 |
|
62 |
+
| 0.2561 | 4.0 | 304 | 0.2246 | 0.9234 | 0.5323 | 0.8516 | 0.3871 |
|
63 |
+
| 0.2201 | 5.0 | 380 | 0.1926 | 0.9442 | 0.6988 | 0.8909 | 0.5748 |
|
64 |
+
| 0.1896 | 6.0 | 456 | 0.1704 | 0.9439 | 0.6828 | 0.9385 | 0.5367 |
|
65 |
+
| 0.1574 | 7.0 | 532 | 0.1468 | 0.9515 | 0.7452 | 0.9110 | 0.6305 |
|
66 |
+
| 0.1203 | 8.0 | 608 | 0.1213 | 0.9591 | 0.8056 | 0.8653 | 0.7537 |
|
67 |
+
| 0.0924 | 9.0 | 684 | 0.1119 | 0.9634 | 0.8290 | 0.8734 | 0.7889 |
|
68 |
+
| 0.0771 | 10.0 | 760 | 0.1073 | 0.9620 | 0.8206 | 0.8767 | 0.7713 |
|
69 |
+
| 0.067 | 11.0 | 836 | 0.1016 | 0.9657 | 0.8415 | 0.8762 | 0.8094 |
|
70 |
+
| 0.0609 | 12.0 | 912 | 0.1024 | 0.9640 | 0.8326 | 0.8742 | 0.7947 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
config.json
CHANGED
@@ -15,11 +15,15 @@
|
|
15 |
"4": "Examples",
|
16 |
"5": "Comparisons",
|
17 |
"6": "Explain",
|
18 |
-
"7": "MA"
|
|
|
|
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 4096,
|
22 |
"label2id": {
|
|
|
|
|
23 |
"Comparisons": 5,
|
24 |
"Examples": 4,
|
25 |
"Explain": 6,
|
|
|
15 |
"4": "Examples",
|
16 |
"5": "Comparisons",
|
17 |
"6": "Explain",
|
18 |
+
"7": "MA",
|
19 |
+
"8": "AllExplain",
|
20 |
+
"9": "ALLComparison"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 4096,
|
24 |
"label2id": {
|
25 |
+
"ALLComparison": 9,
|
26 |
+
"AllExplain": 8,
|
27 |
"Comparisons": 5,
|
28 |
"Examples": 4,
|
29 |
"Explain": 6,
|
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:ffc0406d895227a3406c4ce8a3e59f5778ad2ffa6bbbfe98ca7ca9e25df2d1ea
|
3 |
+
size 1740337248
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8d0a2a59b9153254c9ff6da8ff0fcd9df9ce7773b36eb841383484953a99071
|
3 |
size 5048
|