Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,15 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: Wav2Vec2_FullDataset
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -83,4 +92,4 @@ The following hyperparameters were used during training:
|
|
83 |
- Transformers 4.17.0
|
84 |
- Pytorch 2.5.1+cu121
|
85 |
- Datasets 1.18.3
|
86 |
-
- Tokenizers 0.20.3
|
|
|
5 |
model-index:
|
6 |
- name: Wav2Vec2_FullDataset
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- timit-asr/timit_asr
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
metrics:
|
13 |
+
- wer
|
14 |
+
base_model:
|
15 |
+
- facebook/wav2vec2-base
|
16 |
+
pipeline_tag: automatic-speech-recognition
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
92 |
- Transformers 4.17.0
|
93 |
- Pytorch 2.5.1+cu121
|
94 |
- Datasets 1.18.3
|
95 |
+
- Tokenizers 0.20.3
|