devasheeshG commited on
Commit
a19084a
1 Parent(s): fba7d8a
Files changed (2) hide show
  1. .gitignore +1 -0
  2. README.md +6 -3
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ __pycache__
README.md CHANGED
@@ -255,19 +255,22 @@ language:
255
  - **WIP: Word Information Preserved**
256
  - **CER: Character Error Rate**
257
 
258
- ### Hindi (test.tsv -> 2557 samples used) [Common Voice 14.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_14_0)
 
259
  | | WER | MER | WIL | WIP | CER |
260
  | ----------------------- | -------------------- | ------- | --------- | ----------- | ----- |
261
  | Original_Model (54 min) | 52.02 | 47.86 | 66.82 | 33.17 | 23.76 |
262
  | This_Model (38 min) | 54.97 | 47.86 | 66.83 | 33.16 | 30.23 |
263
 
264
- ### English (LibriSpeech -> test-clean -> __ samples used) [LibriSpeech](https://huggingface.co/datasets/librispeech_asr)
 
265
  | | WER | MER | WIL | WIP | CER |
266
  | ----------------- | -------------------- | ------- | --------- | ----------- | --- |
267
  | Original_Model | - | - | - | - | - |
268
  | This_Model | - | - | - | - | - |
269
 
270
- ### English (LibriSpeech -> test-other -> __ samples used) [LibriSpeech](https://huggingface.co/datasets/librispeech_asr)
 
271
  | | WER | MER | WIL | WIP | CER |
272
  | ----------------- | -------------------- | ------- | --------- | ----------- | --- |
273
  | Original_Model | - | - | - | - | - |
 
255
  - **WIP: Word Information Preserved**
256
  - **CER: Character Error Rate**
257
 
258
+ ### Hindi (test.tsv) [Common Voice 14.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_14_0)
259
+ **Test done on RTX 3060 on 2557 Samples**
260
  | | WER | MER | WIL | WIP | CER |
261
  | ----------------------- | -------------------- | ------- | --------- | ----------- | ----- |
262
  | Original_Model (54 min) | 52.02 | 47.86 | 66.82 | 33.17 | 23.76 |
263
  | This_Model (38 min) | 54.97 | 47.86 | 66.83 | 33.16 | 30.23 |
264
 
265
+ ### English ([LibriSpeech](https://huggingface.co/datasets/librispeech_asr) -> test-clean)
266
+ **Test done on RTX 3060 on __ Samples**
267
  | | WER | MER | WIL | WIP | CER |
268
  | ----------------- | -------------------- | ------- | --------- | ----------- | --- |
269
  | Original_Model | - | - | - | - | - |
270
  | This_Model | - | - | - | - | - |
271
 
272
+ ### English ([LibriSpeech](https://huggingface.co/datasets/librispeech_asr) -> test-other)
273
+ **Test done on RTX 3060 on __ Samples**
274
  | | WER | MER | WIL | WIP | CER |
275
  | ----------------- | -------------------- | ------- | --------- | ----------- | --- |
276
  | Original_Model | - | - | - | - | - |