Instructions to use Semhal2024/emotion-model11_0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Semhal2024/emotion-model11_0 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("xlm-roberta-base") model = PeftModel.from_pretrained(base_model, "Semhal2024/emotion-model11_0") - Notebooks
- Google Colab
- Kaggle
Semhal2024/emotion-model3_fold_0
Browse files- README.md +13 -13
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss:
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -52,16 +52,16 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 55 |
-
| No log | 1.0 | 41 | 1.
|
| 56 |
-
| 1.
|
| 57 |
-
| 1.
|
| 58 |
-
| 1.
|
| 59 |
-
| 1.
|
| 60 |
-
| 1.
|
| 61 |
-
| 1.
|
| 62 |
-
| 1.
|
| 63 |
-
| 1.
|
| 64 |
-
| 1.
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.9531
|
| 23 |
+
- Accuracy: 0.6135
|
| 24 |
+
- F1: 0.5573
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 55 |
+
| No log | 1.0 | 41 | 1.3368 | 0.3804 | 0.2096 |
|
| 56 |
+
| 1.3413 | 2.0 | 82 | 1.2883 | 0.3804 | 0.2096 |
|
| 57 |
+
| 1.2917 | 3.0 | 123 | 1.0577 | 0.5521 | 0.4841 |
|
| 58 |
+
| 1.1702 | 4.0 | 164 | 1.0247 | 0.5337 | 0.4033 |
|
| 59 |
+
| 1.1099 | 5.0 | 205 | 0.9804 | 0.5460 | 0.4324 |
|
| 60 |
+
| 1.1099 | 6.0 | 246 | 0.9531 | 0.6135 | 0.5573 |
|
| 61 |
+
| 1.0856 | 7.0 | 287 | 0.9336 | 0.6135 | 0.5301 |
|
| 62 |
+
| 1.0752 | 8.0 | 328 | 0.9257 | 0.5767 | 0.4883 |
|
| 63 |
+
| 1.0393 | 9.0 | 369 | 0.9182 | 0.5828 | 0.5188 |
|
| 64 |
+
| 1.0449 | 10.0 | 410 | 0.9131 | 0.5828 | 0.5188 |
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4741352
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a29727413c413e14f85b217f52a3e3fe26cce918a8c0663212617f5081a14c71
|
| 3 |
size 4741352
|