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

infogep
/
a1f839df-b479-4346-ab0d-7b5ab74d861a

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

Instructions to use infogep/a1f839df-b479-4346-ab0d-7b5ab74d861a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use infogep/a1f839df-b479-4346-ab0d-7b5ab74d861a with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta")
    model = PeftModel.from_pretrained(base_model, "infogep/a1f839df-b479-4346-ab0d-7b5ab74d861a")
  • Notebooks
  • Google Colab
  • Kaggle
a1f839df-b479-4346-ab0d-7b5ab74d861a
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
infogep's picture
infogep
initial commit
f98ccc3 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago