Text Generation
PEFT
Safetensors
qwen
qwen3
lora
biomedical-entity-linking
clinical-nlp
concept-normalization
snomed-ct
rewriting
reasoning
reinforcement-learning
conversational
Instructions to use Tao-AI-Informatics/Qwen3-8B-LoRA-ContextBioEL-Rewriter-RL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Tao-AI-Informatics/Qwen3-8B-LoRA-ContextBioEL-Rewriter-RL with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/dgx1data/aii/tao/tools/models/Qwen/Qwen3-8B/models--Qwen--Qwen3-8B/snapshots/b968826d9c46dd6066d109eabc6255188de91218") model = PeftModel.from_pretrained(base_model, "Tao-AI-Informatics/Qwen3-8B-LoRA-ContextBioEL-Rewriter-RL") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!