Update README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,19 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
- Accuracy: 0.8077
|
24 |
-
- Precision: 0.
|
25 |
- Recall: 0.8077
|
26 |
-
- F1: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -35,7 +43,7 @@ More information needed
|
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
38 |
-
|
39 |
|
40 |
## Training procedure
|
41 |
|
@@ -43,6 +51,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
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.8430
|
23 |
- Accuracy: 0.8077
|
24 |
+
- Precision: 0.8063
|
25 |
- Recall: 0.8077
|
26 |
+
- F1: 0.8038
|
27 |
+
|
28 |
+
It achieves the following results on the test set:
|
29 |
+
- Loss: 0.8332
|
30 |
+
- Accuracy: 0.7934
|
31 |
+
- Precision: 0.7925
|
32 |
+
- Recall: 0.7934
|
33 |
+
- F1: 0.7875
|
34 |
+
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
43 |
|
44 |
## Training and evaluation data
|
45 |
|
46 |
+
This model has been trained with the qfrodicio/gesture-prediction-21-classes dataset
|
47 |
|
48 |
## Training procedure
|
49 |
|
|
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
- learning_rate: 2e-05
|
54 |
+
- weight_decay: 0.01
|
55 |
- train_batch_size: 16
|
56 |
- eval_batch_size: 16
|
57 |
- seed: 42
|