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

sahanes
/
Enlighten_Instruct

PEFT
Safetensors
transformer
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use sahanes/Enlighten_Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use sahanes/Enlighten_Instruct with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2")
    model = PeftModel.from_pretrained(base_model, "sahanes/Enlighten_Instruct")
  • Notebooks
  • Google Colab
  • Kaggle
Enlighten_Instruct
369 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
sahanes's picture
sahanes
Update config.json
e446976 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.11 kB
    Upload model about 2 years ago
  • adapter_config.json
    704 Bytes
    Upload model about 2 years ago
  • adapter_model.safetensors
    369 MB
    xet
    Upload model about 2 years ago
  • config.json
    578 Bytes
    Update config.json about 2 years ago