create API
Browse files- README.md +2 -2
- config.json +3 -0
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
language: "kr"
|
| 3 |
thumbnail:
|
| 4 |
tags:
|
| 5 |
-
-
|
| 6 |
- CTC
|
| 7 |
- Attention
|
| 8 |
- Conformer
|
|
@@ -131,4 +131,4 @@ URL = {https://www.mdpi.com/2076-3417/10/19/6936},
|
|
| 131 |
ISSN = {2076-3417},
|
| 132 |
DOI = {10.3390/app10196936}
|
| 133 |
}
|
| 134 |
-
```
|
|
|
|
| 2 |
language: "kr"
|
| 3 |
thumbnail:
|
| 4 |
tags:
|
| 5 |
+
- automatic-speech-recognition
|
| 6 |
- CTC
|
| 7 |
- Attention
|
| 8 |
- Conformer
|
|
|
|
| 131 |
ISSN = {2076-3417},
|
| 132 |
DOI = {10.3390/app10196936}
|
| 133 |
}
|
| 134 |
+
```
|
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"speechbrain_interface": "EncoderDecoderASR"
|
| 3 |
+
}
|