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

  • Log In
  • Sign Up

johnhandleyd
/
thesa

Text Generation
PEFT
TensorBoard
Safetensors
English
Generated from Trainer
gptq
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use johnhandleyd/thesa with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TheBloke/zephyr-7B-alpha-GPTQ")
    model = PeftModel.from_pretrained(base_model, "johnhandleyd/thesa")
  • Notebooks
  • Google Colab
  • Kaggle
thesa / runs
6.15 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
johnhandleyd's picture
johnhandleyd
Upload folder using huggingface_hub
575c2f3 verified about 2 years ago
  • Feb03_20-58-44_4dad09635b2e
    Training in progress, epoch 0 over 2 years ago
  • Feb26_23-15-54_7d7bf0a59e1f
    Upload folder using huggingface_hub about 2 years ago