Text Generation
PEFT
Safetensors
English
controllable-generation
health-literacy
medical-nlp
complexity-control
llama-3
conversational
Instructions to use DNivalis/Llama-3.1-8B-Health-21Level-Complexity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DNivalis/Llama-3.1-8B-Health-21Level-Complexity with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/meta-llama-3.1-8b-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "DNivalis/Llama-3.1-8B-Health-21Level-Complexity") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!