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

cheonboy
/
shawgpt-ft

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

Instructions to use cheonboy/shawgpt-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use cheonboy/shawgpt-ft with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.2-GPTQ")
    model = PeftModel.from_pretrained(base_model, "cheonboy/shawgpt-ft")
  • Notebooks
  • Google Colab
  • Kaggle
shawgpt-ft / runs
21.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
cheonboy's picture
cheonboy
cheonboy/shawgpt-ft
7bb7c80 verified almost 2 years ago
  • Jul04_05-50-06_e7e6c4743942
    cheonboy/cheonboy-ft almost 2 years ago
  • Jul11_04-31-39_7f32845c3f27
    cheonboy/shawgpt-ft almost 2 years ago