hungnm commited on
Commit
ff9afd8
·
verified ·
1 Parent(s): 21abc11

End of training

Browse files
README.md CHANGED
@@ -9,21 +9,21 @@ metrics:
9
  - precision
10
  - recall
11
  model-index:
12
- - name: roberta-base-multilingual-sentiment
13
  results: []
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
- # roberta-base-multilingual-sentiment
20
 
21
  This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.4333
24
  - F1: 0.8168
25
- - Precision: 0.8175
26
- - Recall: 0.8162
27
 
28
  ## Model description
29
 
 
9
  - precision
10
  - recall
11
  model-index:
12
+ - name: clapAI/roberta-base-multilingual-sentiment
13
  results: []
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
+ # clapAI/roberta-base-multilingual-sentiment
20
 
21
  This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.4260
24
  - F1: 0.8168
25
+ - Precision: 0.8178
26
+ - Recall: 0.8160
27
 
28
  ## Model description
29
 
all_results.json CHANGED
@@ -1,5 +1,19 @@
1
  {
2
  "epoch": 5.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "train_loss": 0.7951339374212142,
4
  "train_runtime": 80422.989,
5
  "train_samples_per_second": 195.683,
 
1
  {
2
  "epoch": 5.0,
3
+ "eval_f1": 0.8167605279211759,
4
+ "eval_loss": 0.426025390625,
5
+ "eval_precision": 0.8178058937030933,
6
+ "eval_recall": 0.8160241347563627,
7
+ "eval_runtime": 638.791,
8
+ "eval_samples_per_second": 615.906,
9
+ "eval_steps_per_second": 1.204,
10
+ "test_f1": 0.818214717800741,
11
+ "test_loss": 0.426025390625,
12
+ "test_precision": 0.8194261526626615,
13
+ "test_recall": 0.8173822865874517,
14
+ "test_runtime": 637.6536,
15
+ "test_samples_per_second": 617.006,
16
+ "test_steps_per_second": 1.206,
17
  "train_loss": 0.7951339374212142,
18
  "train_runtime": 80422.989,
19
  "train_samples_per_second": 195.683,
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_f1": 0.8167605279211759,
4
+ "eval_loss": 0.426025390625,
5
+ "eval_precision": 0.8178058937030933,
6
+ "eval_recall": 0.8160241347563627,
7
+ "eval_runtime": 638.791,
8
+ "eval_samples_per_second": 615.906,
9
+ "eval_steps_per_second": 1.204
10
+ }
runs/Jan01_10-52-53_hn-fornix-testing-gpu-platform-2/events.out.tfevents.1735810199.hn-fornix-testing-gpu-platform-2.1337824.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0a8af8ad614b72a4978eaceaa9f3e2296064ec3e9cb0a5ab5ac8951c6203c8
3
+ size 508
test_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_f1": 0.818214717800741,
3
+ "test_loss": 0.426025390625,
4
+ "test_precision": 0.8194261526626615,
5
+ "test_recall": 0.8173822865874517,
6
+ "test_runtime": 637.6536,
7
+ "test_samples_per_second": 617.006,
8
+ "test_steps_per_second": 1.206
9
+ }