From 9793a941b9e97f17f7a34e25cf69de7101dd09e4 Mon Sep 17 00:00:00 2001 From: Nat Jeffries Date: Wed, 4 Dec 2024 14:32:43 -0800 Subject: [PATCH] Update text in moonshine guide. --- docs/guides/moonshine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/moonshine.md b/docs/guides/moonshine.md index 8dc221f56..b985cc1f2 100644 --- a/docs/guides/moonshine.md +++ b/docs/guides/moonshine.md @@ -1,8 +1,8 @@ # Marian -CTranslate2 supports [Moonshine](https://github.com/usefulsensors/moonshine) transcription models. The conversion requires the paths to the model and vocabularies: +CTranslate2 supports [Moonshine](https://github.com/usefulsensors/moonshine) transcription models. The conversion requires the paths to the model and tokenizer.json files. -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). +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). ```bash ct2-moonshine-converter --model_path model.safetensors --vocab_path tokenizer.json --moonshine_variant tiny \