Instructions to use Qwen/Qwen3-ForcedAligner-0.6B-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen3-ForcedAligner-0.6B-hf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Qwen/Qwen3-ForcedAligner-0.6B-hf")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("Qwen/Qwen3-ForcedAligner-0.6B-hf") model = AutoModelForTokenClassification.from_pretrained("Qwen/Qwen3-ForcedAligner-0.6B-hf", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README: available in Transformers 5.13.0
#2 opened about 1 month ago
by
bezzam
Demo for this model on Spaces
🔥 1
1
#1 opened about 1 month ago
by
multimodalart