Instructions to use renatomiyaji/qwen3_17_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use renatomiyaji/qwen3_17_ner with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("Qwen/Qwen3-1.7B") model = PeftModel.from_pretrained(base_model, "renatomiyaji/qwen3_17_ner") - Transformers
How to use renatomiyaji/qwen3_17_ner with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("renatomiyaji/qwen3_17_ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!