Thienpkae commited on
Commit
d76ac14
·
verified ·
1 Parent(s): bc666d5

Model save

Browse files
Files changed (2) hide show
  1. README.md +17 -18
  2. model.safetensors +1 -1
README.md CHANGED
@@ -13,13 +13,12 @@ model-index:
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/khackho01125-CMC-University/huggingface/runs/xvsc2vjx)
17
  # test-model
18
 
19
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2643
22
- - Accuracy: 0.9256
23
 
24
  ## Model description
25
 
@@ -38,7 +37,7 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 5e-05
42
  - train_batch_size: 16
43
  - eval_batch_size: 8
44
  - seed: 42
@@ -46,7 +45,7 @@ The following hyperparameters were used during training:
46
  - total_train_batch_size: 64
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: cosine
49
- - lr_scheduler_warmup_ratio: 0.3
50
  - training_steps: 600
51
  - mixed_precision_training: Native AMP
52
 
@@ -54,21 +53,21 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
  |:-------------:|:------:|:----:|:---------------:|:--------:|
57
- | 1.0369 | 0.9639 | 60 | 0.9137 | 0.5412 |
58
- | 0.8176 | 1.9277 | 120 | 0.7283 | 0.7042 |
59
- | 0.6663 | 2.8916 | 180 | 0.6335 | 0.7344 |
60
- | 0.5593 | 3.8554 | 240 | 0.5275 | 0.8229 |
61
- | 0.4492 | 4.8193 | 300 | 0.4215 | 0.8551 |
62
- | 0.3195 | 5.7831 | 360 | 0.3699 | 0.8793 |
63
- | 0.2687 | 6.7470 | 420 | 0.5120 | 0.8390 |
64
- | 0.2339 | 7.7108 | 480 | 0.2798 | 0.9215 |
65
- | 0.1845 | 8.6747 | 540 | 0.2746 | 0.9155 |
66
- | 0.1848 | 9.6386 | 600 | 0.2643 | 0.9256 |
67
 
68
 
69
  ### Framework versions
70
 
71
- - Transformers 4.42.3
72
- - Pytorch 2.1.2
73
- - Datasets 2.20.0
74
  - Tokenizers 0.19.1
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
 
16
  # test-model
17
 
18
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1969
21
+ - Accuracy: 0.9457
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 4e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 8
43
  - seed: 42
 
45
  - total_train_batch_size: 64
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: cosine
48
+ - lr_scheduler_warmup_steps: 100
49
  - training_steps: 600
50
  - mixed_precision_training: Native AMP
51
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:------:|:----:|:---------------:|:--------:|
56
+ | 1.0215 | 0.9639 | 60 | 0.8933 | 0.5734 |
57
+ | 0.7629 | 1.9277 | 120 | 0.6155 | 0.7565 |
58
+ | 0.664 | 2.8916 | 180 | 0.5293 | 0.7827 |
59
+ | 0.4882 | 3.8554 | 240 | 0.3675 | 0.8893 |
60
+ | 0.3573 | 4.8193 | 300 | 0.3523 | 0.8974 |
61
+ | 0.3088 | 5.7831 | 360 | 0.3125 | 0.9034 |
62
+ | 0.2715 | 6.7470 | 420 | 0.2085 | 0.9477 |
63
+ | 0.2154 | 7.7108 | 480 | 0.2546 | 0.9336 |
64
+ | 0.2016 | 8.6747 | 540 | 0.1955 | 0.9517 |
65
+ | 0.193 | 9.6386 | 600 | 0.1969 | 0.9457 |
66
 
67
 
68
  ### Framework versions
69
 
70
+ - Transformers 4.44.0
71
+ - Pytorch 2.4.0
72
+ - Datasets 2.21.0
73
  - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce679a31b70a65277a3b7378aad2ac36b7994ce8d4f0b521ba281a823854db15
3
  size 378303396
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35e19514e04bff9e17f1b9c017f42e75d993eb3fd1d6a5d4e1a7c820575d556e
3
  size 378303396