Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

kingabzpro
/
zephyr-7b-beta-Agent-Instruct

Text Generation
PEFT
Safetensors
English
pretrained
lora
qlora
4bit
Model card Files Files and versions
xet
Community

Instructions to use kingabzpro/zephyr-7b-beta-Agent-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kingabzpro/zephyr-7b-beta-Agent-Instruct 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, "kingabzpro/zephyr-7b-beta-Agent-Instruct")
  • Notebooks
  • Google Colab
  • Kaggle
zephyr-7b-beta-Agent-Instruct
302 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
kingabzpro's picture
kingabzpro
Update README.md
370a5c4 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    644 Bytes
    Update README.md over 2 years ago
  • adapter_config.json
    602 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    302 MB
    xet
    Upload model over 2 years ago