Text Generation
PEFT
Safetensors
English
coreference-resolution
ner
entity-extraction
qwen3
lora
conversational
Instructions to use wjbmattingly/Qwen3-8B-Coref-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use wjbmattingly/Qwen3-8B-Coref-NER with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-8B") model = PeftModel.from_pretrained(base_model, "wjbmattingly/Qwen3-8B-Coref-NER") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a2f094f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b5b940bf4670a51654bd371c9c5f586938ff842092e681c496849b0ebb572130
size 1465
|