Automatic Speech Recognition
Transformers
Safetensors
Japanese
English
qwen3_asr
asr
japanese
qwen3-asr
speech
audio
Instructions to use neosophie/Qwen3-ASR-1.7B-JA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use neosophie/Qwen3-ASR-1.7B-JA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="neosophie/Qwen3-ASR-1.7B-JA")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("neosophie/Qwen3-ASR-1.7B-JA") model = AutoModelForMultimodalLM.from_pretrained("neosophie/Qwen3-ASR-1.7B-JA", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload fine-tuned v1
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4076191640
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e378e29a060f4a8464a59976a6b84661dc2f88f23a3f43634651de3fc84ccb4
|
| 3 |
size 4076191640
|