deepdml commited on
Commit
f8ce019
·
1 Parent(s): 6596a66

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -15
README.md CHANGED
@@ -2,12 +2,9 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - null
7
- model_index:
8
  - name: wav2vec2-base-timit-demo-colab
9
- results:
10
- - {}
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
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.4634
21
- - Wer: 0.3469
22
 
23
  ## Model description
24
 
@@ -51,18 +48,18 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|
54
- | 3.4469 | 4.0 | 500 | 1.2851 | 0.9547 |
55
- | 0.616 | 8.0 | 1000 | 0.4867 | 0.4572 |
56
- | 0.2324 | 12.0 | 1500 | 0.4432 | 0.3814 |
57
- | 0.1338 | 16.0 | 2000 | 0.4169 | 0.3685 |
58
- | 0.0893 | 20.0 | 2500 | 0.4634 | 0.3632 |
59
- | 0.0631 | 24.0 | 3000 | 0.4804 | 0.3541 |
60
- | 0.0497 | 28.0 | 3500 | 0.4634 | 0.3469 |
61
 
62
 
63
  ### Framework versions
64
 
65
- - Transformers 4.9.1
66
  - Pytorch 1.9.0+cu102
67
  - Datasets 1.17.0
68
  - Tokenizers 0.10.3
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ model-index:
 
 
6
  - name: wav2vec2-base-timit-demo-colab
7
+ results: []
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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: 0.4798
18
+ - Wer: 0.3474
19
 
20
  ## Model description
21
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Wer |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 3.5229 | 4.0 | 500 | 1.6557 | 1.0422 |
52
+ | 0.6618 | 8.0 | 1000 | 0.4420 | 0.4469 |
53
+ | 0.2211 | 12.0 | 1500 | 0.4705 | 0.4002 |
54
+ | 0.1281 | 16.0 | 2000 | 0.4347 | 0.3688 |
55
+ | 0.0868 | 20.0 | 2500 | 0.4653 | 0.3590 |
56
+ | 0.062 | 24.0 | 3000 | 0.4747 | 0.3519 |
57
+ | 0.0472 | 28.0 | 3500 | 0.4798 | 0.3474 |
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 4.15.0
63
  - Pytorch 1.9.0+cu102
64
  - Datasets 1.17.0
65
  - Tokenizers 0.10.3