Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

irlab-udc
/
Llama-3-8B-Distil-MetaHate

Text Generation
PEFT
Safetensors
English
hate-speech
distillation
explainable AI
Llama3
conversational
Model card Files Files and versions
xet
Community

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
Llama-3-8B-Distil-MetaHate
177 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
palomapiot's picture
palomapiot
Update README.md
630588e verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.09 kB
    Update README.md about 1 year ago
  • adapter_config.json
    741 Bytes
    Upload Llama-3-8B-Distil-MetaHate over 1 year ago
  • adapter_model.safetensors
    168 MB
    xet
    Upload Llama-3-8B-Distil-MetaHate over 1 year ago
  • special_tokens_map.json
    459 Bytes
    Upload Llama-3-8B-Distil-MetaHate over 1 year ago
  • tokenizer.json
    9.09 MB
    Upload Llama-3-8B-Distil-MetaHate over 1 year ago
  • tokenizer_config.json
    51.2 kB
    Upload Llama-3-8B-Distil-MetaHate over 1 year ago