asahi417 commited on
Commit
fcccba5
·
verified ·
1 Parent(s): 5431ad4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ cd whisper.cpp
26
  ```bash
27
  pip install --upgrade huggingface_hub
28
  ```
29
- And download the GGML weights for distil-large-v3 using the following Python snippet:
30
 
31
  ```python
32
  from huggingface_hub import hf_hub_download
 
26
  ```bash
27
  pip install --upgrade huggingface_hub
28
  ```
29
+ And download the GGML weights for `kotoba-tech/kotoba-whisper-v1.0` using the following Python snippet:
30
 
31
  ```python
32
  from huggingface_hub import hf_hub_download