qfrodicio commited on
Commit
a7115ac
·
verified ·
1 Parent(s): 2747288

Training complete

Browse files
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
- datasets: qfrodicio/gesture-prediction-21-classes
6
  metrics:
7
- - accuracy
8
  - precision
9
  - recall
10
  - f1
 
11
  model-index:
12
  - name: bert-finetuned-gesture-prediction-21-classes
13
  results: []
@@ -18,20 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # bert-finetuned-gesture-prediction-21-classes
20
 
21
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
22
- It achieves the following results on the validation set:
23
- - Loss: 0.8664
24
- - Accuracy: 0.8123
25
- - Precision: 0.8122
26
- - Recall: 0.8123
27
- - F1: 0.8048
28
-
29
- It achieves the following results on the test set:
30
- - Loss: 0.8381
31
- - Accuracy: 0.7884
32
- - Precision: 0.7954
33
- - Recall: 0.7884
34
- - F1: 0.7827
35
 
36
  ## Model description
37
 
@@ -43,17 +36,16 @@ More information needed
43
 
44
  ## Training and evaluation data
45
 
46
- The model has been trained with the qfrodicio/gesture-prediction-21-classes dataset
47
 
48
  ## Training procedure
49
 
50
  ### Training hyperparameters
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
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
@@ -61,23 +53,23 @@ The following hyperparameters were used during training:
61
 
62
  ### Training results
63
 
64
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
65
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
66
- | 2.225 | 1.0 | 104 | 1.3314 | 0.7115 | 0.6469 | 0.7115 | 0.6675 |
67
- | 1.0881 | 2.0 | 208 | 0.9569 | 0.7750 | 0.7577 | 0.7750 | 0.7525 |
68
- | 0.7006 | 3.0 | 312 | 0.8805 | 0.7959 | 0.7917 | 0.7959 | 0.7831 |
69
- | 0.4943 | 4.0 | 416 | 0.8664 | 0.8123 | 0.8122 | 0.8123 | 0.8048 |
70
- | 0.3372 | 5.0 | 520 | 0.8765 | 0.8130 | 0.8102 | 0.8130 | 0.8053 |
71
- | 0.2416 | 6.0 | 624 | 0.8772 | 0.8166 | 0.8139 | 0.8166 | 0.8107 |
72
- | 0.178 | 7.0 | 728 | 0.9186 | 0.8217 | 0.8186 | 0.8217 | 0.8167 |
73
- | 0.1302 | 8.0 | 832 | 0.9186 | 0.8202 | 0.8183 | 0.8202 | 0.8165 |
74
- | 0.1063 | 9.0 | 936 | 0.9618 | 0.8245 | 0.8213 | 0.8245 | 0.8198 |
75
- | 0.094 | 10.0 | 1040 | 0.9660 | 0.8214 | 0.8184 | 0.8214 | 0.8166 |
76
 
77
 
78
  ### Framework versions
79
 
80
- - Transformers 4.26.1
81
- - Pytorch 1.13.1+cu116
82
- - Datasets 2.10.1
83
- - Tokenizers 0.13.2
 
1
  ---
2
  license: apache-2.0
3
+ base_model: bert-base-cased
4
  tags:
5
  - generated_from_trainer
 
6
  metrics:
 
7
  - precision
8
  - recall
9
  - f1
10
+ - accuracy
11
  model-index:
12
  - name: bert-finetuned-gesture-prediction-21-classes
13
  results: []
 
18
 
19
  # bert-finetuned-gesture-prediction-21-classes
20
 
21
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.9626
24
+ - Precision: 0.8178
25
+ - Recall: 0.8178
26
+ - F1: 0.8178
27
+ - Accuracy: 0.8075
 
 
 
 
 
 
 
28
 
29
  ## Model description
30
 
 
36
 
37
  ## Training and evaluation data
38
 
39
+ More information needed
40
 
41
  ## Training procedure
42
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 6.042200829392303e-05
47
+ - train_batch_size: 64
48
+ - eval_batch_size: 64
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 2.3221 | 1.0 | 26 | 1.4762 | 0.6969 | 0.6969 | 0.6969 | 0.6192 |
59
+ | 1.2093 | 2.0 | 52 | 0.9843 | 0.7634 | 0.7634 | 0.7634 | 0.7469 |
60
+ | 0.7309 | 3.0 | 78 | 0.8908 | 0.7878 | 0.7878 | 0.7878 | 0.7690 |
61
+ | 0.4596 | 4.0 | 104 | 0.8613 | 0.7894 | 0.7894 | 0.7894 | 0.7763 |
62
+ | 0.2947 | 5.0 | 130 | 0.8971 | 0.8075 | 0.8075 | 0.8075 | 0.7962 |
63
+ | 0.1921 | 6.0 | 156 | 0.8838 | 0.8063 | 0.8063 | 0.8063 | 0.7956 |
64
+ | 0.1348 | 7.0 | 182 | 0.9271 | 0.8166 | 0.8166 | 0.8166 | 0.8057 |
65
+ | 0.0986 | 8.0 | 208 | 0.9548 | 0.8137 | 0.8137 | 0.8137 | 0.8035 |
66
+ | 0.073 | 9.0 | 234 | 0.9553 | 0.8174 | 0.8174 | 0.8174 | 0.8063 |
67
+ | 0.0619 | 10.0 | 260 | 0.9626 | 0.8178 | 0.8178 | 0.8178 | 0.8075 |
68
 
69
 
70
  ### Framework versions
71
 
72
+ - Transformers 4.40.1
73
+ - Pytorch 2.2.1+cu121
74
+ - Datasets 2.19.0
75
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3516eaa263f6f6429dbfdc1fabf63a2f739dd07973342fc0dd4641e8cde2ce0
3
  size 431031248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a818af6eddc3ed124f3b30b3339261d6bcb188c2633908da54b5c47cc65551
3
  size 431031248
runs/May04_10-40-06_19b9be41010d/events.out.tfevents.1714819211.19b9be41010d.571.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:defcc2b27def630c524b05ac56d27a3a3461f2fe4db0f4933886dfd13c388f6f
3
- size 12729
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf5f8d459ea0bc1419286eeb0fd888f7eff6742e84e2c1ed9d4a9d5863a76357
3
+ size 13766