Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# Wav2Vec2-Large-Robust ETRI Korean-English Pronunciation Model
|
3 |
|
@@ -49,4 +57,4 @@ TensorBoard logs are available for detailed training analysis:
|
|
49 |
|
50 |
Use the following command to visualize logs:
|
51 |
```bash
|
52 |
-
tensorboard --logdir=./logs/
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: automatic-speech-recognition
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- wav2vec2
|
6 |
+
- speech-recognition
|
7 |
+
- english-phoneme-recognition
|
8 |
+
---
|
9 |
|
10 |
# Wav2Vec2-Large-Robust ETRI Korean-English Pronunciation Model
|
11 |
|
|
|
57 |
|
58 |
Use the following command to visualize logs:
|
59 |
```bash
|
60 |
+
tensorboard --logdir=./logs/
|