Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,19 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
# roberta-finetuned-gesture-prediction-9-classes
|
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
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -35,7 +42,7 @@ More information needed
|
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
38 |
-
|
39 |
|
40 |
## Training procedure
|
41 |
|
@@ -43,6 +50,7 @@ More information needed
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 2e-05
|
|
|
46 |
- train_batch_size: 16
|
47 |
- eval_batch_size: 16
|
48 |
- seed: 42
|
|
|
18 |
# roberta-finetuned-gesture-prediction-9-classes
|
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 validation set:
|
22 |
+
- Loss: 0.6668
|
23 |
+
- Accuracy: 0.8289
|
24 |
+
- Precision: 0.8288
|
25 |
+
- Recall: 0.8289
|
26 |
+
- F1: 0.8258
|
27 |
+
|
28 |
+
It achieves the following results on the test set:
|
29 |
+
- Loss: 0.6158
|
30 |
+
- Accuracy: 0.83
|
31 |
+
- Precision: 0.8296
|
32 |
+
- Recall: 0.83
|
33 |
+
- F1: 0.8274
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
42 |
|
43 |
## Training and evaluation data
|
44 |
|
45 |
+
The model has been trained with the qfrodicio/gesture-prediction-9-classes dataset
|
46 |
|
47 |
## Training procedure
|
48 |
|
|
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
- learning_rate: 2e-05
|
53 |
+
- weight_decay: 0.01
|
54 |
- train_batch_size: 16
|
55 |
- eval_batch_size: 16
|
56 |
- seed: 42
|