Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- pt
|
5 |
+
base_model:
|
6 |
+
- jlondonobo/whisper-small-pt
|
7 |
+
---
|
8 |
+
## About
|
9 |
+
This is a `ct2`-converted version of the [Whisper model](https://huggingface.co/jlondonobo/whisper-small-pt) created by [Original Creator](https://huggingface.co/jlondonobo).
|
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/).
|