Text Generation
PEFT
Safetensors
English
hate-speech
distillation
explainable AI
Llama3
conversational
Instructions to use irlab-udc/Llama-3-8B-Distil-MetaHate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use irlab-udc/Llama-3-8B-Distil-MetaHate with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "irlab-udc/Llama-3-8B-Distil-MetaHate") - Notebooks
- Google Colab
- Kaggle
Ctrl+K