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

kk-aivio
/
3c3b462b-b5cd-414d-8b1d-0d2157d56761

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

Instructions to use kk-aivio/3c3b462b-b5cd-414d-8b1d-0d2157d56761 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kk-aivio/3c3b462b-b5cd-414d-8b1d-0d2157d56761 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, "kk-aivio/3c3b462b-b5cd-414d-8b1d-0d2157d56761")
  • Notebooks
  • Google Colab
  • Kaggle
3c3b462b-b5cd-414d-8b1d-0d2157d56761
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
kk-aivio's picture
kk-aivio
initial commit
773a9ce verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago