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

ancient41
/
cc33b289-199d-4e1d-926f-247ba64d731f

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

Instructions to use ancient41/cc33b289-199d-4e1d-926f-247ba64d731f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ancient41/cc33b289-199d-4e1d-926f-247ba64d731f with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B")
    model = PeftModel.from_pretrained(base_model, "ancient41/cc33b289-199d-4e1d-926f-247ba64d731f")
  • Notebooks
  • Google Colab
  • Kaggle
cc33b289-199d-4e1d-926f-247ba64d731f
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ancient41's picture
ancient41
initial commit
7e53f5e verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago