tiagomosantos commited on
Commit
4967b3a
1 Parent(s): 09ffb31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -31,7 +31,7 @@ should probably proofread and complete it, then remove this comment. -->
31
  # w2v-bert-2.0-pt_pt_v2
32
 
33
  This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the common_voice_16_1 dataset.
34
- It achieves the following results on the evaluation set:
35
  - Loss: 0.1282
36
  - Wer: 0.0832
37
  - Cer: 0.0224
@@ -83,8 +83,9 @@ The following hyperparameters were used during training:
83
 
84
  ### Evaluation results
85
 
86
- metrics={'test_loss': inf, 'test_wer': 0.09146400542583083, 'test_cer': 0.02643665913309742, 'test_bert_score': 0.9702128323433327, 'test_runtime': 266.8185, 'test_samples_per_second': 35.282, 'test_steps_per_second': 4.411})
87
-
 
88
 
89
  ### Framework versions
90
 
 
31
  # w2v-bert-2.0-pt_pt_v2
32
 
33
  This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the common_voice_16_1 dataset.
34
+ It achieves the following results on the evaluation set using 1XRTX 3090:
35
  - Loss: 0.1282
36
  - Wer: 0.0832
37
  - Cer: 0.0224
 
83
 
84
  ### Evaluation results
85
 
86
+ | Test Wer | Test Cer | Test Bert Score | Runtime | Samples per second |
87
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:----------:|
88
+ | 0.09146400542583083 | 0.02643665913309742 | 0.9702128323433327 | 266.8185 | 35.282 |
89
 
90
  ### Framework versions
91