Text Generation
PEFT
Safetensors
qwen
qwen3
lora
biomedical-entity-linking
clinical-nlp
concept-normalization
snomed-ct
rewriting
reasoning
conversational
Instructions to use Tao-AI-Informatics/Qwen3-8B-LoRA-ContextBioEL-Rewriter-SFT 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-SFT 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-SFT") - Notebooks
- Google Colab
- Kaggle
| source_dir=/dgx1data/aii/tao/m327768/workdir/projects/concept_normalization/outputs/qwen3_sft_normalization/checkpoint-2576 | |
| created_at=2026-03-18 10:26:57 | |
| files: | |
| total 173M | |
| -rw-r--r-- 1 m327768 acl_dgx1_tao 163 Mar 18 10:26 PREPARE_LOG.txt | |
| -rw-r--r-- 1 m327768 acl_dgx1_tao 5.3K Feb 18 13:40 README_source.md | |
| -rw-r--r-- 1 m327768 acl_dgx1_tao 1.2K Feb 18 13:40 adapter_config.json | |
| -rw-r--r-- 1 m327768 acl_dgx1_tao 167M Feb 18 13:40 adapter_model.safetensors | |
| -rw-r--r-- 1 m327768 acl_dgx1_tao 4.1K Feb 18 13:40 chat_template.jinja | |
| -rw-r--r-- 1 m327768 acl_dgx1_tao 11M Feb 18 13:40 tokenizer.json | |
| -rw-r--r-- 1 m327768 acl_dgx1_tao 664 Feb 18 13:40 tokenizer_config.json | |
| -rw-r--r-- 1 m327768 acl_dgx1_tao 5.8K Feb 18 13:40 training_args.bin | |