Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,7 @@ metrics:
|
|
| 15 |
base_model:
|
| 16 |
- google-bert/bert-base-multilingual-cased
|
| 17 |
new_version: AnasAlokla/multilingual_go_emotions
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
|
|
@@ -106,19 +107,4 @@ The table below shows the performance of the test model with a threshold of 0.5:
|
|
| 106 |
| remorse | 0.987 | 0.603 | 0.562 | 0.582 | 0.576 | 516 | 0.5 |
|
| 107 |
| sadness | 0.969 | 0.531 | 0.424 | 0.471 | 0.458 | 1062 | 0.5 |
|
| 108 |
| surprise | 0.973 | 0.465 | 0.436 | 0.450 | 0.436 | 828 | 0.5 |
|
| 109 |
-
| neutral | 0.742 | 0.670 | 0.400 | 0.501 | 0.362 | 10524 | 0.5 |
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
## Fine-tuning Performance
|
| 113 |
-
|
| 114 |
-
The following plots visualize the model's performance during the fine-tuning process across epochs.
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
**Loss Curves (Training vs. Validation)**
|
| 118 |
-

|
| 119 |
-
|
| 120 |
-
**Accuracy Curves (Training vs. Validation)**
|
| 121 |
-

|
| 122 |
-
|
| 123 |
-
**F1 Score Curves (Training vs. Validation)**
|
| 124 |
-

|
|
|
|
| 15 |
base_model:
|
| 16 |
- google-bert/bert-base-multilingual-cased
|
| 17 |
new_version: AnasAlokla/multilingual_go_emotions
|
| 18 |
+
pipeline_tag: text-classification
|
| 19 |
---
|
| 20 |
|
| 21 |
|
|
|
|
| 107 |
| remorse | 0.987 | 0.603 | 0.562 | 0.582 | 0.576 | 516 | 0.5 |
|
| 108 |
| sadness | 0.969 | 0.531 | 0.424 | 0.471 | 0.458 | 1062 | 0.5 |
|
| 109 |
| surprise | 0.973 | 0.465 | 0.436 | 0.450 | 0.436 | 828 | 0.5 |
|
| 110 |
+
| neutral | 0.742 | 0.670 | 0.400 | 0.501 | 0.362 | 10524 | 0.5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|