Commit
·
6e9eb5e
1
Parent(s):
2921d96
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,22 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
4 |
model-index:
|
5 |
- name: wav2vec2-large-asr-th-2
|
6 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -56,4 +69,4 @@ The following hyperparameters were used during training:
|
|
56 |
- Transformers 4.27.4
|
57 |
- Pytorch 1.13.1+cu116
|
58 |
- Datasets 2.11.0
|
59 |
-
- Tokenizers 0.13.2
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
- 4-grams
|
5 |
+
- ASR with lm
|
6 |
+
- ASR with 4-gram
|
7 |
+
- speech-to-text with lm
|
8 |
model-index:
|
9 |
- name: wav2vec2-large-asr-th-2
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- mozilla-foundation/common_voice_10_0
|
13 |
+
language:
|
14 |
+
- th
|
15 |
+
metrics:
|
16 |
+
- cer
|
17 |
+
- wer
|
18 |
+
library_name: transformers
|
19 |
+
pipeline_tag: automatic-speech-recognition
|
20 |
---
|
21 |
|
22 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
69 |
- Transformers 4.27.4
|
70 |
- Pytorch 1.13.1+cu116
|
71 |
- Datasets 2.11.0
|
72 |
+
- Tokenizers 0.13.2
|