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

  • Log In
  • Sign Up

ducklin404
/
chezz

Text Generation
PEFT
Safetensors
lora
qlora
chess
tinyllama
adapter
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use ducklin404/chezz 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, "ducklin404/chezz")
  • Notebooks
  • Google Colab
  • Kaggle
chezz
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ducklin404's picture
ducklin404
Update README.md
3bbc309 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.46 kB
    Update README.md about 1 year ago
  • adapter_config.json
    776 Bytes
    Upload 3 files about 1 year ago
  • adapter_model.safetensors
    291 MB
    xet
    Upload 3 files about 1 year ago