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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dball
/
zephyr-tiny-sft-qlora-quantized-2

PEFT
TensorBoard
Safetensors
llama
alignment-handbook
Generated from Trainer
trl
sft
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use dball/zephyr-tiny-sft-qlora-quantized-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use dball/zephyr-tiny-sft-qlora-quantized-2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "dball/zephyr-tiny-sft-qlora-quantized-2")
  • Notebooks
  • Google Colab
  • Kaggle
zephyr-tiny-sft-qlora-quantized-2 / runs
588 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 175 commits
dball's picture
dball
Model save
eb58f2d verified over 2 years ago
  • Feb15_22-14-55_5be93f7a41ea
    Training in progress, step 100 over 2 years ago
  • Feb19_12-31-17_0b5ad9a22f19
    Model save over 2 years ago