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

  • Log In
  • Sign Up

danielhanchen
/
test_adapters

PEFT
Safetensors
llama
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use danielhanchen/test_adapters with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use danielhanchen/test_adapters with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama")
    model = PeftModel.from_pretrained(base_model, "danielhanchen/test_adapters")
  • Notebooks
  • Google Colab
  • Kaggle
test_adapters
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
danielhanchen's picture
danielhanchen
Upload LlamaForCausalLM
c0586d1 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.09 kB
    Upload model over 2 years ago
  • adapter_config.json
    644 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    50.5 MB
    xet
    Upload model over 2 years ago
  • config.json
    1.12 kB
    Upload LlamaForCausalLM over 2 years ago
  • generation_config.json
    129 Bytes
    Upload LlamaForCausalLM over 2 years ago
  • model.safetensors
    762 MB
    xet
    Upload LlamaForCausalLM over 2 years ago