Skip to content

Commit 9793a94

Browse files
committed
Update text in moonshine guide.
1 parent 48398f6 commit 9793a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/moonshine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Marian
22

3-
CTranslate2 supports [Moonshine](https://github.com/usefulsensors/moonshine) transcription models. The conversion requires the paths to the model and vocabularies:
3+
CTranslate2 supports [Moonshine](https://github.com/usefulsensors/moonshine) transcription models. The conversion requires the paths to the model and tokenizer.json files.
44

5-
See the following repos for moonshine model.safetensor and tokenizer.json files: [tiny](https://huggingface.co/UsefulSensors/moonshine-tiny/tree/main) [base](https://huggingface.co/UsefulSensors/moonshine-base/tree/main).
5+
Please use model.safetensor and tokenizer.json files from [Moonshine Tiny](https://huggingface.co/UsefulSensors/moonshine-tiny/tree/main) and [Moonshine Base](https://huggingface.co/UsefulSensors/moonshine-base/tree/main).
66

77
```bash
88
ct2-moonshine-converter --model_path model.safetensors --vocab_path tokenizer.json --moonshine_variant tiny \

0 commit comments

Comments
 (0)