Ezhilraj69999 commited on
Commit
543e9f9
1 Parent(s): 880f7e5

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -3,7 +3,6 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: facebook/wav2vec2-base
5
  tags:
6
- - audio-classification
7
  - generated_from_trainer
8
  metrics:
9
  - accuracy
@@ -17,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # wav2vec2-base-wakeword
19
 
20
- This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the superb dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 6.0557
23
- - Accuracy: 0.6140
24
 
25
  ## Model description
26
 
@@ -40,11 +39,11 @@ More information needed
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 3e-05
43
- - train_batch_size: 512
44
  - eval_batch_size: 32
45
  - seed: 0
46
  - gradient_accumulation_steps: 4
47
- - total_train_batch_size: 2048
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
@@ -53,13 +52,13 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
58
- | No log | 1.0 | 1 | 6.2039 | 0.0 |
59
- | No log | 2.0 | 2 | 6.1510 | 0.0175 |
60
- | No log | 3.0 | 3 | 6.0954 | 0.4386 |
61
- | No log | 4.0 | 4 | 6.0688 | 0.5789 |
62
- | No log | 5.0 | 5 | 6.0557 | 0.6140 |
63
 
64
 
65
  ### Framework versions
 
3
  license: apache-2.0
4
  base_model: facebook/wav2vec2-base
5
  tags:
 
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
 
16
 
17
  # wav2vec2-base-wakeword
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: 3.8197
22
+ - Accuracy: 0.7174
23
 
24
  ## Model description
25
 
 
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 3e-05
42
+ - train_batch_size: 32
43
  - eval_batch_size: 32
44
  - seed: 0
45
  - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 128
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.1
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
57
+ | 7.269 | 0.9832 | 44 | 6.9029 | 0.5275 |
58
+ | 6.1201 | 1.9888 | 89 | 5.6800 | 0.5573 |
59
+ | 4.9094 | 2.9944 | 134 | 4.6621 | 0.6797 |
60
+ | 4.2402 | 4.0 | 179 | 4.0217 | 0.7473 |
61
+ | 3.8857 | 4.9162 | 220 | 3.8197 | 0.7174 |
62
 
63
 
64
  ### Framework versions