AnasAlokla commited on
Commit
4dd0af9
·
verified ·
1 Parent(s): 6fe78ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -16
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
- ![Loss Curves](https://raw.githubusercontent.com/anasAloklah/emotion_chatbot/main/loss_curves.png)
119
-
120
- **Accuracy Curves (Training vs. Validation)**
121
- ![Accuracy Curves](https://raw.githubusercontent.com/anasAloklah/emotion_chatbot/main/accuracy_curves.png)
122
-
123
- **F1 Score Curves (Training vs. Validation)**
124
- ![F1 Score Curves](https://raw.githubusercontent.com/anasAloklah/emotion_chatbot/main/f1_score_curves.png)
 
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 |