kavyamanohar
commited on
Commit
•
8c97faa
1
Parent(s):
344db46
Add Training and Evaluation Data
Browse files
README.md
CHANGED
@@ -6,6 +6,15 @@ metrics:
|
|
6 |
model-index:
|
7 |
- name: w2v-bert-2.0-nonstudio_and_studioRecords
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,7 +24,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the [IMASC](https://huggingface.co/datasets/thennal/IMaSC), [MSC](https://huggingface.co/datasets/smcproject/MSC), [OpenSLR Malayalam Train split](https://huggingface.co/datasets/vrclc/openslr63), [Festvox Malayalam](https://huggingface.co/datasets/vrclc/openslr63), [CV16](https://huggingface.co/datasets/mozilla-foundation/common_voice_16_0) .
|
17 |
|
18 |
-
It achieves the following results on the
|
19 |
- Loss: 0.1722
|
20 |
- Wer: 0.1299
|
21 |
|
|
|
6 |
model-index:
|
7 |
- name: w2v-bert-2.0-nonstudio_and_studioRecords
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- vrclc/festvox-iiith-ml
|
11 |
+
- vrclc/openslr63
|
12 |
+
- vrclc/imasc_slr
|
13 |
+
- mozilla-foundation/common_voice_17_0
|
14 |
+
- smcproject/MSC
|
15 |
+
language:
|
16 |
+
- ml
|
17 |
+
pipeline_tag: automatic-speech-recognition
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
24 |
|
25 |
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the [IMASC](https://huggingface.co/datasets/thennal/IMaSC), [MSC](https://huggingface.co/datasets/smcproject/MSC), [OpenSLR Malayalam Train split](https://huggingface.co/datasets/vrclc/openslr63), [Festvox Malayalam](https://huggingface.co/datasets/vrclc/openslr63), [CV16](https://huggingface.co/datasets/mozilla-foundation/common_voice_16_0) .
|
26 |
|
27 |
+
It achieves the following results on the validation set : [OpenSLR-Test](https://huggingface.co/vrclc/openslr63):
|
28 |
- Loss: 0.1722
|
29 |
- Wer: 0.1299
|
30 |
|