ksingla025
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -72,29 +72,11 @@ This model provides transcribed speech as a string for a given audio sample.
|
|
72 |
|
73 |
## Model Architecture
|
74 |
|
75 |
-
|
76 |
-
|
77 |
-
## Training
|
78 |
-
|
79 |
-
<ADD INFORMATION ABOUT HOW THE MODEL WAS TRAINED - HOW MANY EPOCHS, AMOUNT OF COMPUTE ETC>
|
80 |
-
|
81 |
-
### Datasets
|
82 |
-
|
83 |
-
<LIST THE NAME AND SPLITS OF DATASETS USED TO TRAIN THIS MODEL (ALONG WITH LANGUAGE AND ANY ADDITIONAL INFORMATION)>
|
84 |
-
|
85 |
-
## Performance
|
86 |
-
|
87 |
-
<LIST THE SCORES OF THE MODEL -
|
88 |
-
OR
|
89 |
-
USE THE Hugging Face Evaluate LiBRARY TO UPLOAD METRICS>
|
90 |
|
91 |
## Limitations
|
92 |
|
93 |
-
|
94 |
-
|
95 |
-
Eg:
|
96 |
-
Since this model was trained on publically available speech datasets, the performance of this model might degrade for speech which includes technical terms, or vernacular that the model has not been trained on. The model might also perform worse for accented speech.
|
97 |
-
|
98 |
|
99 |
## References
|
100 |
|
|
|
72 |
|
73 |
## Model Architecture
|
74 |
|
75 |
+
This is a conformer architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
## Limitations
|
78 |
|
79 |
+
This is a toy model, can be extended to better represent speaker demographics.
|
|
|
|
|
|
|
|
|
80 |
|
81 |
## References
|
82 |
|