qfrodicio commited on
Commit
3be4dc9
1 Parent(s): 87346d1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -14
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.6777
23
- - Precision: 0.6010
24
- - Recall: 0.7343
25
- - F1: 0.6610
26
- - Accuracy: 0.8377
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: 8.095835821517118e-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: 4
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | 1.163 | 1.0 | 87 | 0.7279 | 0.4693 | 0.6350 | 0.5397 | 0.8008 |
58
- | 0.5038 | 2.0 | 174 | 0.6673 | 0.6132 | 0.7197 | 0.6622 | 0.8291 |
59
- | 0.2876 | 3.0 | 261 | 0.6539 | 0.5954 | 0.7241 | 0.6535 | 0.8340 |
60
- | 0.1449 | 4.0 | 348 | 0.6777 | 0.6010 | 0.7343 | 0.6610 | 0.8377 |
 
 
 
 
 
 
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