Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language: pt
|
4 |
+
library_name: ctranslate2
|
5 |
+
tags:
|
6 |
+
- automatic-speech-recognition
|
7 |
+
- whisper-event
|
8 |
---
|
9 |
+
|
10 |
+
|
11 |
+
# Fine-tuned PORTUGUESE whisper-large-v2 model for CTranslate2
|
12 |
+
|
13 |
+
This repository contains the [pierreguillou/whisper-medium-portuguese](https://huggingface.co/pierreguillou/whisper-medium-portuguese) model converted to the [CTranslate2](https://github.com/OpenNMT/CTranslate2) format.
|
14 |
+
|
15 |
+
## Conversion
|
16 |
+
|
17 |
+
The original model was converted using float16 quantization.
|