arifagustyawan
commited on
Commit
•
73a10d3
1
Parent(s):
c7c5a79
Update README.md
Browse files
README.md
CHANGED
@@ -40,15 +40,21 @@ It achieves the following results on the evaluation set:
|
|
40 |
|
41 |
## Model description
|
42 |
|
43 |
-
|
44 |
|
45 |
## Intended uses & limitations
|
46 |
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
## Training and evaluation data
|
50 |
|
51 |
-
|
52 |
|
53 |
## Training procedure
|
54 |
|
|
|
40 |
|
41 |
## Model description
|
42 |
|
43 |
+
The model is based on the facebook/wav2vec2-large-xlsr-53 architecture and fine-tuned for Automatic Speech Recognition on the common_voice_13_0 dataset in Indonesian (id). It is designed to transcribe spoken language into written text.
|
44 |
|
45 |
## Intended uses & limitations
|
46 |
|
47 |
+
**Intended Uses:**
|
48 |
+
- Automatic Speech Recognition for Indonesian speech data.
|
49 |
+
- Transcription of spoken content in common_voice_13_0 dataset.
|
50 |
+
|
51 |
+
**Limitations:**
|
52 |
+
- The model's performance may vary on speech data outside the common_voice_13_0 dataset.
|
53 |
+
- It may not perform well on languages other than Indonesian.
|
54 |
|
55 |
## Training and evaluation data
|
56 |
|
57 |
+
The model was trained on the common_voice_13_0 dataset, specifically using the Indonesian (id) split for evaluation.
|
58 |
|
59 |
## Training procedure
|
60 |
|