Commit
·
5d893ce
1
Parent(s):
2ec96c5
Fix small typo in README.md
Browse files
README.md
CHANGED
|
@@ -110,7 +110,7 @@ library_name: ctranslate2
|
|
| 110 |
|
| 111 |
This repository contains the conversion of [openai/whisper-small](https://huggingface.co/openai/whisper-small) to the [CTranslate2](https://github.com/OpenNMT/CTranslate2) model format.
|
| 112 |
|
| 113 |
-
This model can be used in CTranslate2 or
|
| 114 |
|
| 115 |
## Example
|
| 116 |
|
|
|
|
| 110 |
|
| 111 |
This repository contains the conversion of [openai/whisper-small](https://huggingface.co/openai/whisper-small) to the [CTranslate2](https://github.com/OpenNMT/CTranslate2) model format.
|
| 112 |
|
| 113 |
+
This model can be used in CTranslate2 or projects based on CTranslate2 such as [faster-whisper](https://github.com/guillaumekln/faster-whisper).
|
| 114 |
|
| 115 |
## Example
|
| 116 |
|