Force pipeline_tag to `automatic-speech-recognition`
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
language: "en"
|
| 3 |
thumbnail:
|
|
|
|
| 4 |
tags:
|
| 5 |
-
- automatic-speech-recognition
|
| 6 |
- CTC
|
| 7 |
- Attention
|
| 8 |
- pytorch
|
|
|
|
| 1 |
---
|
| 2 |
language: "en"
|
| 3 |
thumbnail:
|
| 4 |
+
pipeline_tag: automatic-speech-recognition
|
| 5 |
tags:
|
|
|
|
| 6 |
- CTC
|
| 7 |
- Attention
|
| 8 |
- pytorch
|