qfrodicio commited on
Commit
c48f8cf
1 Parent(s): aca1777

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -19,11 +19,18 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.5974
23
- - Accuracy: 0.8778
24
- - Precision: 0.8775
25
- - Recall: 0.8778
26
- - F1: 0.8771
 
 
 
 
 
 
 
27
 
28
  ## Model description
29
 
@@ -35,7 +42,7 @@ More information needed
35
 
36
  ## Training and evaluation data
37
 
38
- More information needed
39
 
40
  ## Training procedure
41
 
 
19
 
20
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.4764
23
+ - Accuracy: 0.8729
24
+ - Precision: 0.8731
25
+ - Recall: 0.8729
26
+ - F1: 0.8725
27
+
28
+ It achieves the following results on the evaluation set:
29
+ - Loss: 0.4842
30
+ - Accuracy: 0.8628
31
+ - Precision: 0.8629
32
+ - Recall: 0.8628
33
+ - F1: 0.8619
34
 
35
  ## Model description
36
 
 
42
 
43
  ## Training and evaluation data
44
 
45
+ The model has been trained with the qfrodicio/gesture-prediction-5-classes dataset
46
 
47
  ## Training procedure
48