Initial Commit
Browse files- README.md +3 -3
- config.json +1 -1
- eval_results_cardiff.json +1 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# scenario-KD-SCR-CDF-ALL-D2_data-cardiffnlp_tweet_sentiment_multilingual_all55
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: nan
|
24 |
- Accuracy: 0.3333
|
@@ -53,7 +53,7 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
55 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
56 |
-
|
|
57 |
| 0.0 | 2.17 | 1000 | nan | 0.3333 | 0.1667 |
|
58 |
| 0.0 | 3.26 | 1500 | nan | 0.3333 | 0.1667 |
|
59 |
| 0.0 | 4.35 | 2000 | nan | 0.3333 | 0.1667 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: haryoaw/scenario-MDBT-TCR_data-cardiffnlp_tweet_sentiment_multilingual_all
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
18 |
|
19 |
# scenario-KD-SCR-CDF-ALL-D2_data-cardiffnlp_tweet_sentiment_multilingual_all55
|
20 |
|
21 |
+
This model is a fine-tuned version of [haryoaw/scenario-MDBT-TCR_data-cardiffnlp_tweet_sentiment_multilingual_all](https://huggingface.co/haryoaw/scenario-MDBT-TCR_data-cardiffnlp_tweet_sentiment_multilingual_all) on the tweet_sentiment_multilingual dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: nan
|
24 |
- Accuracy: 0.3333
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
55 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
56 |
+
| 1.0358 | 1.09 | 500 | nan | 0.3333 | 0.1667 |
|
57 |
| 0.0 | 2.17 | 1000 | nan | 0.3333 | 0.1667 |
|
58 |
| 0.0 | 3.26 | 1500 | nan | 0.3333 | 0.1667 |
|
59 |
| 0.0 | 4.35 | 2000 | nan | 0.3333 | 0.1667 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaForSequenceClassificationKD"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "haryoaw/scenario-MDBT-TCR_data-cardiffnlp_tweet_sentiment_multilingual_all",
|
3 |
"architectures": [
|
4 |
"DebertaForSequenceClassificationKD"
|
5 |
],
|
eval_results_cardiff.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"arabic": {"f1": 0.16666666666666666, "accuracy": 0.3333333333333333, "confusion_matrix": [[290, 0, 0], [290, 0, 0], [290, 0, 0]]}, "english": {"f1": 0.16666666666666666, "accuracy": 0.3333333333333333, "confusion_matrix": [[290, 0, 0], [290, 0, 0], [290, 0, 0]]}, "french": {"f1": 0.16666666666666666, "accuracy": 0.3333333333333333, "confusion_matrix": [[290, 0, 0], [290, 0, 0], [290, 0, 0]]}, "german": {"f1": 0.16666666666666666, "accuracy": 0.3333333333333333, "confusion_matrix": [[290, 0, 0], [290, 0, 0], [290, 0, 0]]}, "hindi": {"f1": 0.16666666666666666, "accuracy": 0.3333333333333333, "confusion_matrix": [[290, 0, 0], [290, 0, 0], [290, 0, 0]]}, "italian": {"f1": 0.16666666666666666, "accuracy": 0.3333333333333333, "confusion_matrix": [[290, 0, 0], [290, 0, 0], [290, 0, 0]]}, "portuguese": {"f1": 0.16666666666666666, "accuracy": 0.3333333333333333, "confusion_matrix": [[290, 0, 0], [290, 0, 0], [290, 0, 0]]}, "spanish": {"f1": 0.16666666666666666, "accuracy": 0.3333333333333333, "confusion_matrix": [[290, 0, 0], [290, 0, 0], [290, 0, 0]]}, "all": {"f1": 0.16666666666666666, "accuracy": 0.3333333333333333, "confusion_matrix": [[2320, 0, 0], [2320, 0, 0], [2320, 0, 0]]}}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7168abc8c2bc52a7932fa8fa83bd93dea0da06cf1cadad6df459762d5bee9b55
|
3 |
size 4664
|