Steven Liu commited on
Commit
d0b25fb
1 Parent(s): b848981

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: my_awesome_asr_mind_model
7
  results: []
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 28.7224
18
  - Wer: 1.0
19
 
20
  ## Model description
@@ -46,18 +48,18 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Wer |
50
- |:-------------:|:-----:|:----:|:---------------:|:---:|
51
- | No log | 1.0 | 2 | 28.7224 | 1.0 |
52
- | No log | 2.0 | 4 | 28.7224 | 1.0 |
53
- | No log | 3.0 | 6 | 28.7224 | 1.0 |
54
- | No log | 4.0 | 8 | 28.7224 | 1.0 |
55
- | 57.4237 | 5.0 | 10 | 28.7224 | 1.0 |
56
 
57
 
58
  ### Framework versions
59
 
60
- - Transformers 4.22.2
61
  - Pytorch 1.12.1+cu113
62
- - Datasets 2.5.2
63
- - Tokenizers 0.12.1
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - wer
7
  model-index:
8
  - name: my_awesome_asr_mind_model
9
  results: []
 
16
 
17
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 4.0637
20
  - Wer: 1.0
21
 
22
  ## Model description
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | No log | 1.0 | 7 | 69.6009 | 1.0391 |
54
+ | 21.8163 | 2.0 | 14 | 56.1617 | 1.1294 |
55
+ | 13.6149 | 3.0 | 21 | 7.1444 | 1.0 |
56
+ | 13.6149 | 4.0 | 28 | 5.2069 | 1.0 |
57
+ | 2.7233 | 5.0 | 35 | 4.0637 | 1.0 |
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 4.24.0
63
  - Pytorch 1.12.1+cu113
64
+ - Datasets 2.6.1
65
+ - Tokenizers 0.13.2