normundsg commited on
Commit
051ff6c
1 Parent(s): a33aa69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -17,8 +17,7 @@ We also provide 4-bit, 5-bit and 8-bit quantized versions of the model in the GG
17
 
18
  Fine-tuning was done using the Hugging Face Transformers library with a modified [seq2seq script](https://github.com/huggingface/transformers/tree/main/examples/pytorch/speech-recognition#sequence-to-sequence).
19
 
20
- Training data:
21
- | Dataset | Hours |
22
  |:---|---:|
23
  | Latvian CV 17.0 train set (the [V1 split](https://analyzer.cv-toolbox.web.tr/examine/lv/17.0)) | 167 |
24
  | LATE-Media train set | 42 |
@@ -28,7 +27,7 @@ Training data:
28
 
29
  The model is evaluated on both a Latvian CV 17.0 test set (the [V1 split](https://analyzer.cv-toolbox.web.tr/examine/lv/17.0)) and a [LATE-Media test set](http://hdl.handle.net/20.500.12574/99).
30
 
31
- | Dataset | WER | CER |
32
  |:---|---:|---:|
33
  | Latvian CV 17.0 V1 - formatted | 5.0 | 1.6 |
34
  | Latvian CV 17.0 V1 - normalized | 3.4 | 1.0 |
 
17
 
18
  Fine-tuning was done using the Hugging Face Transformers library with a modified [seq2seq script](https://github.com/huggingface/transformers/tree/main/examples/pytorch/speech-recognition#sequence-to-sequence).
19
 
20
+ | Training data | Hours |
 
21
  |:---|---:|
22
  | Latvian CV 17.0 train set (the [V1 split](https://analyzer.cv-toolbox.web.tr/examine/lv/17.0)) | 167 |
23
  | LATE-Media train set | 42 |
 
27
 
28
  The model is evaluated on both a Latvian CV 17.0 test set (the [V1 split](https://analyzer.cv-toolbox.web.tr/examine/lv/17.0)) and a [LATE-Media test set](http://hdl.handle.net/20.500.12574/99).
29
 
30
+ | Testing data | WER | CER |
31
  |:---|---:|---:|
32
  | Latvian CV 17.0 V1 - formatted | 5.0 | 1.6 |
33
  | Latvian CV 17.0 V1 - normalized | 3.4 | 1.0 |