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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

diagonalge
/
d576bb14-cc2a-490a-880c-b0d79c27248c

PEFT
Safetensors
llama
axolotl
Generated from Trainer
8-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use diagonalge/d576bb14-cc2a-490a-880c-b0d79c27248c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use diagonalge/d576bb14-cc2a-490a-880c-b0d79c27248c with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("heegyu/WizardVicuna-open-llama-3b-v2")
    model = PeftModel.from_pretrained(base_model, "diagonalge/d576bb14-cc2a-490a-880c-b0d79c27248c")
  • Notebooks
  • Google Colab
  • Kaggle
d576bb14-cc2a-490a-880c-b0d79c27248c
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
diagonalge's picture
diagonalge
initial commit
5299640 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago