Commit
·
f4408de
1
Parent(s):
57e1a98
Updated path to coral data
Browse files
README.md
CHANGED
@@ -85,9 +85,9 @@ The model was evaluated using the following metrics:
|
|
85 |
- **Word Error Rate (WER)**: The percentage of words incorrectly transcribed.
|
86 |
- **Character Error Rate (CER)**: The percentage of characters incorrectly transcribed.
|
87 |
|
88 |
-
**OBS!** It should be noted that the [CoRal test dataset](https://huggingface.co/datasets/
|
89 |
|
90 |
-
| Model | Number of parameters | Finetuned on data of type | [CoRal](https://huggingface.co/datasets/
|
91 |
| :----------------------------------------------------------------------------------------------- | -------------------: | --------------------------: | --------------------------------------------------------------------------------------: | --------------------------------------------------------------------------------------: |
|
92 |
| [CoRal-project/roest-wav2vec2-1B-v2](https://huggingface.co/CoRal-project/roest-wav2vec2-1B-v2) | 1B | Read-aloud and conversation | 6.5% ± 0.2% | 16.4% ± 0.4% |
|
93 |
| [CoRal-project/roest-wav2vec2-315M-v2](https://huggingface.co/CoRal-project/roest-wav2vec2-315m-v2) | 315M | Read-aloud and conversation | 6.5% ± 0.2% | 16.3% ± 0.4% |
|
|
|
85 |
- **Word Error Rate (WER)**: The percentage of words incorrectly transcribed.
|
86 |
- **Character Error Rate (CER)**: The percentage of characters incorrectly transcribed.
|
87 |
|
88 |
+
**OBS!** It should be noted that the [CoRal test dataset](https://huggingface.co/datasets/CoRal-project/coral/viewer/read_aloud/test) does not contain any conversation data, whereas the model is trained for read-aloud and conversation, but is only tested on read-aloud in the [CoRal test dataset](https://huggingface.co/datasets/CoRal-project/coral/viewer/read_aloud/test).
|
89 |
|
90 |
+
| Model | Number of parameters | Finetuned on data of type | [CoRal](https://huggingface.co/datasets/CoRal-project/coral/viewer/read_aloud/test) CER | [CoRal](https://huggingface.co/datasets/CoRal-project/coral/viewer/read_aloud/test) WER |
|
91 |
| :----------------------------------------------------------------------------------------------- | -------------------: | --------------------------: | --------------------------------------------------------------------------------------: | --------------------------------------------------------------------------------------: |
|
92 |
| [CoRal-project/roest-wav2vec2-1B-v2](https://huggingface.co/CoRal-project/roest-wav2vec2-1B-v2) | 1B | Read-aloud and conversation | 6.5% ± 0.2% | 16.4% ± 0.4% |
|
93 |
| [CoRal-project/roest-wav2vec2-315M-v2](https://huggingface.co/CoRal-project/roest-wav2vec2-315m-v2) | 315M | Read-aloud and conversation | 6.5% ± 0.2% | 16.3% ± 0.4% |
|