fmagot01 commited on
Commit
fd458a2
1 Parent(s): 1ae5b0e

End of training

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: OthmaneJ/distil-wav2vec2
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - OthmaneJ/distil-wav2vec2
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: distil-wav2vec2-finetuned-giga-speech
12
+ results:
13
+ - task:
14
+ name: Audio Classification
15
+ type: audio-classification
16
+ dataset:
17
+ name: Giga Speech
18
+ type: OthmaneJ/distil-wav2vec2
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.46
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # distil-wav2vec2-finetuned-giga-speech
29
+
30
+ This model is a fine-tuned version of [OthmaneJ/distil-wav2vec2](https://huggingface.co/OthmaneJ/distil-wav2vec2) on the Giga Speech dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 1.6843
33
+ - Accuracy: 0.46
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 5e-05
53
+ - train_batch_size: 8
54
+ - eval_batch_size: 8
55
+ - seed: 42
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - lr_scheduler_warmup_ratio: 0.1
59
+ - num_epochs: 4
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
+ | 2.2474 | 1.0 | 113 | 2.1219 | 0.28 |
66
+ | 2.1323 | 2.0 | 226 | 1.9120 | 0.28 |
67
+ | 1.8539 | 3.0 | 339 | 1.7446 | 0.42 |
68
+ | 1.831 | 4.0 | 452 | 1.6843 | 0.46 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.33.2
74
+ - Pytorch 2.0.1+cu118
75
+ - Datasets 2.14.5
76
+ - Tokenizers 0.13.3