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

prxy5606
/
72015f29-5d0a-4180-8d64-02a7a094c49d

PEFT
Safetensors
llama
axolotl
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use prxy5606/72015f29-5d0a-4180-8d64-02a7a094c49d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use prxy5606/72015f29-5d0a-4180-8d64-02a7a094c49d with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-SOLAR-10.7B")
    model = PeftModel.from_pretrained(base_model, "prxy5606/72015f29-5d0a-4180-8d64-02a7a094c49d")
  • Notebooks
  • Google Colab
  • Kaggle
72015f29-5d0a-4180-8d64-02a7a094c49d
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
prxy5606's picture
prxy5606
initial commit
f27fdc7 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago