Initial Commit
Browse files- README.md +25 -24
- config.json +1 -1
- eval_results_cardiff.json +1 -0
- model.safetensors +3 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: mit
|
3 |
base_model: microsoft/mdeberta-v3-base
|
4 |
tags:
|
@@ -18,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 5.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -49,30 +50,30 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch
|
53 |
-
|
54 |
-
| No log | 1.
|
55 |
-
| No log | 3.
|
56 |
-
| No log | 5.
|
57 |
-
| No log | 6.
|
58 |
-
| 0.
|
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
|
74 |
|
75 |
-
- Transformers 4.
|
76 |
- Pytorch 2.1.1+cu121
|
77 |
- Datasets 2.14.5
|
78 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: mit
|
4 |
base_model: microsoft/mdeberta-v3-base
|
5 |
tags:
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 5.0909
|
23 |
+
- Accuracy: 0.3682
|
24 |
+
- F1: 0.3646
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| No log | 1.7241 | 100 | 1.1864 | 0.3651 | 0.3644 |
|
56 |
+
| No log | 3.4483 | 200 | 2.2167 | 0.3580 | 0.3355 |
|
57 |
+
| No log | 5.1724 | 300 | 2.7873 | 0.3673 | 0.3618 |
|
58 |
+
| No log | 6.8966 | 400 | 3.5495 | 0.3739 | 0.3714 |
|
59 |
+
| 0.4197 | 8.6207 | 500 | 4.2289 | 0.3770 | 0.3708 |
|
60 |
+
| 0.4197 | 10.3448 | 600 | 4.6578 | 0.3638 | 0.3605 |
|
61 |
+
| 0.4197 | 12.0690 | 700 | 4.5844 | 0.3690 | 0.3671 |
|
62 |
+
| 0.4197 | 13.7931 | 800 | 4.8103 | 0.3616 | 0.3462 |
|
63 |
+
| 0.4197 | 15.5172 | 900 | 4.8621 | 0.3616 | 0.3545 |
|
64 |
+
| 0.017 | 17.2414 | 1000 | 4.9407 | 0.3708 | 0.3657 |
|
65 |
+
| 0.017 | 18.9655 | 1100 | 5.0334 | 0.3699 | 0.3696 |
|
66 |
+
| 0.017 | 20.6897 | 1200 | 4.9701 | 0.3686 | 0.3676 |
|
67 |
+
| 0.017 | 22.4138 | 1300 | 4.9793 | 0.3686 | 0.3654 |
|
68 |
+
| 0.017 | 24.1379 | 1400 | 5.0299 | 0.3668 | 0.3600 |
|
69 |
+
| 0.0076 | 25.8621 | 1500 | 5.1558 | 0.3616 | 0.3544 |
|
70 |
+
| 0.0076 | 27.5862 | 1600 | 5.0915 | 0.3668 | 0.3622 |
|
71 |
+
| 0.0076 | 29.3103 | 1700 | 5.0909 | 0.3682 | 0.3646 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
+
- Transformers 4.44.2
|
77 |
- Pytorch 2.1.1+cu121
|
78 |
- Datasets 2.14.5
|
79 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
"relative_attention": true,
|
40 |
"share_att_key": true,
|
41 |
"torch_dtype": "float32",
|
42 |
-
"transformers_version": "4.
|
43 |
"type_vocab_size": 0,
|
44 |
"vocab_size": 251000
|
45 |
}
|
|
|
39 |
"relative_attention": true,
|
40 |
"share_att_key": true,
|
41 |
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.44.2",
|
43 |
"type_vocab_size": 0,
|
44 |
"vocab_size": 251000
|
45 |
}
|
eval_results_cardiff.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"arabic": {"f1": 0.3158611145225796, "accuracy": 0.31724137931034485, "confusion_matrix": [[75, 150, 65], [106, 117, 67], [99, 107, 84]]}, "english": {"f1": 0.4298847922203121, "accuracy": 0.435632183908046, "confusion_matrix": [[175, 82, 33], [137, 93, 60], [103, 76, 111]]}, "french": {"f1": 0.3133960328748027, "accuracy": 0.3195402298850575, "confusion_matrix": [[102, 134, 54], [118, 117, 55], [114, 117, 59]]}, "german": {"f1": 0.3452193841330846, "accuracy": 0.3505747126436782, "confusion_matrix": [[99, 118, 73], [109, 134, 47], [95, 123, 72]]}, "hindi": {"f1": 0.40815981127155104, "accuracy": 0.4091954022988506, "confusion_matrix": [[101, 81, 108], [81, 128, 81], [74, 89, 127]]}, "italian": {"f1": 0.3658127706962335, "accuracy": 0.3724137931034483, "confusion_matrix": [[106, 126, 58], [91, 144, 55], [96, 120, 74]]}, "portuguese": {"f1": 0.3752268719695044, "accuracy": 0.3793103448275862, "confusion_matrix": [[146, 77, 67], [142, 85, 63], [94, 97, 99]]}, "spanish": {"f1": 0.33673293917915464, "accuracy": 0.3482758620689655, "confusion_matrix": [[153, 84, 53], [147, 86, 57], [148, 78, 64]]}, "all": {"f1": 0.3629980292928143, "accuracy": 0.3646551724137931, "confusion_matrix": [[960, 833, 527], [934, 896, 490], [808, 830, 682]]}}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83c8945264c3f7c88891e8c8aa9600b786fb65cef1ae45a02cb64edd6dba9e50
|
3 |
+
size 945150428
|
training_args.bin
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:62a41d7c82998afd264a040f69cc3951b0b5e270e83f69a443d63e3dc25bf4db
|
3 |
+
size 5304
|