jlondonobo commited on
Commit
5e728f8
β€’
1 Parent(s): 525cab3

πŸ“ fix link to Bayartsogt's HF profile

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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