jadorantes2 commited on
Commit
b74959e
1 Parent(s): c341c62

End of training

Browse files
Files changed (1) hide show
  1. README.md +34 -4
README.md CHANGED
@@ -3,18 +3,38 @@ license: apache-2.0
3
  base_model: facebook/wav2vec2-base-960h
4
  tags:
5
  - generated_from_trainer
 
 
 
 
6
  model-index:
7
  - name: my_awesome_asr_mind_model
8
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
- [<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/jadorantes2-utep/%3Cmy-amazing-project%3E/runs/m2jd9ysj)
15
  # my_awesome_asr_mind_model
16
 
17
- This model is a fine-tuned version of [facebook/wav2vec2-base-960h](https://huggingface.co/facebook/wav2vec2-base-960h) on an unknown dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -42,9 +62,19 @@ The following hyperparameters were used during training:
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 500
45
- - training_steps: 2000
46
  - mixed_precision_training: Native AMP
47
 
 
 
 
 
 
 
 
 
 
 
48
  ### Framework versions
49
 
50
  - Transformers 4.42.3
 
3
  base_model: facebook/wav2vec2-base-960h
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - ami
8
+ metrics:
9
+ - wer
10
  model-index:
11
  - name: my_awesome_asr_mind_model
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: ami
18
+ type: ami
19
+ config: ihm
20
+ split: None
21
+ args: ihm
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 0.2439744220363994
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
+ [<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/jadorantes2-utep/huggingface/runs/3reuf32f)
32
  # my_awesome_asr_mind_model
33
 
34
+ This model is a fine-tuned version of [facebook/wav2vec2-base-960h](https://huggingface.co/facebook/wav2vec2-base-960h) on the ami dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.9699
37
+ - Wer: 0.2440
38
 
39
  ## Model description
40
 
 
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: linear
64
  - lr_scheduler_warmup_steps: 500
65
+ - training_steps: 4000
66
  - mixed_precision_training: Native AMP
67
 
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
71
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
72
+ | 0.9924 | 20.0 | 1000 | 2.4484 | 0.2986 |
73
+ | 0.6182 | 40.0 | 2000 | 1.1429 | 0.2735 |
74
+ | 0.4255 | 60.0 | 3000 | 0.9063 | 0.2459 |
75
+ | 0.396 | 80.0 | 4000 | 0.9699 | 0.2440 |
76
+
77
+
78
  ### Framework versions
79
 
80
  - Transformers 4.42.3