Text Generation
PEFT
Safetensors
English
medical
biomedical
adverse-drug-events
ade
pharmacovigilance
distillation
lora
llama-3.1
conversational
Eval Results (legacy)
Instructions to use Ventali/llama31-8b-ade-sft-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ventali/llama31-8b-ade-sft-v2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "Ventali/llama31-8b-ade-sft-v2") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!