update model card README.md
Browse files
README.md
CHANGED
@@ -3,10 +3,10 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
6 |
- precision
|
7 |
- recall
|
8 |
- f1
|
9 |
-
- accuracy
|
10 |
model-index:
|
11 |
- name: distilbert-finetuned-gesture-prediction-9-classes
|
12 |
results: []
|
@@ -19,11 +19,11 @@ 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 |
-
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -42,22 +42,28 @@ More information needed
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
-
- learning_rate:
|
46 |
- train_batch_size: 16
|
47 |
- eval_batch_size: 16
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
56 |
-
|
57 |
-
| 1.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
+
- accuracy
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
|
|
10 |
model-index:
|
11 |
- name: distilbert-finetuned-gesture-prediction-9-classes
|
12 |
results: []
|
|
|
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.7412
|
23 |
+
- Accuracy: 0.8435
|
24 |
+
- Precision: 0.8458
|
25 |
+
- Recall: 0.8435
|
26 |
+
- F1: 0.8410
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
42 |
### Training hyperparameters
|
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
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 10
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
57 |
+
| 1.6636 | 1.0 | 87 | 0.9715 | 0.7270 | 0.6909 | 0.7270 | 0.6897 |
|
58 |
+
| 0.7503 | 2.0 | 174 | 0.7360 | 0.7987 | 0.7874 | 0.7987 | 0.7879 |
|
59 |
+
| 0.5283 | 3.0 | 261 | 0.6831 | 0.8056 | 0.8046 | 0.8056 | 0.8005 |
|
60 |
+
| 0.3853 | 4.0 | 348 | 0.6479 | 0.8214 | 0.8230 | 0.8214 | 0.8172 |
|
61 |
+
| 0.28 | 5.0 | 435 | 0.6570 | 0.8314 | 0.8348 | 0.8314 | 0.8289 |
|
62 |
+
| 0.2163 | 6.0 | 522 | 0.6887 | 0.8322 | 0.8346 | 0.8322 | 0.8298 |
|
63 |
+
| 0.158 | 7.0 | 609 | 0.7078 | 0.8336 | 0.8362 | 0.8336 | 0.8311 |
|
64 |
+
| 0.1308 | 8.0 | 696 | 0.7197 | 0.8415 | 0.8444 | 0.8415 | 0.8394 |
|
65 |
+
| 0.1061 | 9.0 | 783 | 0.7362 | 0.8419 | 0.8441 | 0.8419 | 0.8394 |
|
66 |
+
| 0.0947 | 10.0 | 870 | 0.7412 | 0.8435 | 0.8458 | 0.8435 | 0.8410 |
|
67 |
|
68 |
|
69 |
### Framework versions
|