Update README.md
Browse files
README.md
CHANGED
@@ -6,5 +6,16 @@ colorTo: blue
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
+
# CarelessWhisper - Causal Whisper Streaming Model
|
10 |
+
Causal Whisper Streaming is a fine tuned version of OpenAI Whisper, which can handle causal data and perform real-time transcription.
|
11 |
+
|
12 |
+
[](https://arxiv.org/abs/2508.12301) [](https://huggingface.co/spaces/MLSpeech/CarelessWhisper-causal-streaming)
|
13 |
+
|
14 |
+
## 📄 Paper
|
15 |
+
|
16 |
+
For more details, see our [paper](https://arxiv.org/abs/2508.12301).
|
17 |
+
|
18 |
+
## Github Repo
|
19 |
+
|
20 |
+
The full inference and trainign code is available on [CarelessWhisper-Streaming](https://github.com/tomer9080/CarelessWhisper-Streaming)
|
21 |
|
|