Instructions to use wmoto-ai/moonshine-tiny-ja-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use wmoto-ai/moonshine-tiny-ja-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'wmoto-ai/moonshine-tiny-ja-ONNX');
Add Intended use / Limitations section
Browse files
README.md
CHANGED
|
@@ -53,6 +53,12 @@ const text = tokenizer.decode(outputs[0], { skip_special_tokens: true });
|
|
| 53 |
|
| 54 |
重み自体は元モデルと同一です。
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
## License
|
| 57 |
|
| 58 |
[Moonshine AI Community License](https://github.com/usefulsensors/moonshine/blob/main/LICENSE) に準拠します。詳細は元モデルおよびライセンス全文を参照してください。
|
|
|
|
| 53 |
|
| 54 |
重み自体は元モデルと同一です。
|
| 55 |
|
| 56 |
+
## Intended use / Limitations
|
| 57 |
+
|
| 58 |
+
- 主用途: 日本語音声のリアルタイム文字起こし
|
| 59 |
+
- 非推奨: 医療・法務など高リスク領域での利用
|
| 60 |
+
- 詳細は[元モデル](https://huggingface.co/UsefulSensors/moonshine-tiny-ja)を参照
|
| 61 |
+
|
| 62 |
## License
|
| 63 |
|
| 64 |
[Moonshine AI Community License](https://github.com/usefulsensors/moonshine/blob/main/LICENSE) に準拠します。詳細は元モデルおよびライセンス全文を参照してください。
|