Update README.md
Browse files
README.md
CHANGED
|
@@ -4,8 +4,11 @@ language:
|
|
| 4 |
- pt
|
| 5 |
base_model:
|
| 6 |
- jlondonobo/whisper-small-pt
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
## About
|
| 9 |
-
This is a `ct2`-converted version of the [
|
| 10 |
|
| 11 |
All credits for the model architecture and original weights go to the original creator. This conversion was done for optimized inference using [CT2](https://opennmt.net/CTranslate2/).
|
|
|
|
| 4 |
- pt
|
| 5 |
base_model:
|
| 6 |
- jlondonobo/whisper-small-pt
|
| 7 |
+
pipeline_tag: automatic-speech-recognition
|
| 8 |
+
tags:
|
| 9 |
+
- ctranslate2
|
| 10 |
---
|
| 11 |
## About
|
| 12 |
+
This is a `ct2`-converted version of the [whisper-small-pt](https://huggingface.co/jlondonobo/whisper-small-pt) created by [jlondonobo](https://huggingface.co/jlondonobo).
|
| 13 |
|
| 14 |
All credits for the model architecture and original weights go to the original creator. This conversion was done for optimized inference using [CT2](https://opennmt.net/CTranslate2/).
|