Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
metrics:
|
3 |
+
- name: wer
|
4 |
+
type: wer
|
5 |
+
value: 0.3
|
6 |
+
verified: false
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: automatic-speech-recognition
|
9 |
+
---
|
10 |
+
# Model Card for Model ID
|
11 |
+
|
12 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
13 |
+
|
14 |
+
ASR model for Modern Western Aramaic language, the dialect of Maaloula.
|
15 |
+
|
16 |
+
## Model Details
|
17 |
+
|
18 |
+
### Model Description
|
19 |
+
|
20 |
+
<!-- Provide a longer summary of what this model is. -->
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
- **Developed by:** Philipp Burlakov
|
25 |
+
- **Model type:** XLS-R 300m
|
26 |
+
- **Language(s) (NLP):** MWA
|
27 |
+
- **Finetuned from model:** facebook/wav2vec2-xls-r-300m
|
28 |
+
|
29 |
+
## Citation
|
30 |
+
|
31 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|