jlondonobo
commited on
Commit
β’
5e728f8
1
Parent(s):
525cab3
π fix link to Bayartsogt's HF profile
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ pip install torch
|
|
78 |
```
|
79 |
|
80 |
#### Long-form transcription
|
81 |
-
To improve the performance of long-form transcription you can convert the HF model into a `whisper` model, and use the original paper's matching algorithm. To do this, you must install `whisper` and a set of tools developed by @bayartsogt.
|
82 |
```bash
|
83 |
pip install git+https://github.com/openai/whisper.git
|
84 |
pip install git+https://github.com/bayartsogt-ya/whisper-multiple-hf-datasets
|
|
|
78 |
```
|
79 |
|
80 |
#### Long-form transcription
|
81 |
+
To improve the performance of long-form transcription you can convert the HF model into a `whisper` model, and use the original paper's matching algorithm. To do this, you must install `whisper` and a set of tools developed by [@bayartsogt](https://huggingface.co/bayartsogt).
|
82 |
```bash
|
83 |
pip install git+https://github.com/openai/whisper.git
|
84 |
pip install git+https://github.com/bayartsogt-ya/whisper-multiple-hf-datasets
|