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

  • Log In
  • Sign Up

ashkid
/
shakespeare-ft

PEFT
TensorBoard
Safetensors
mistral
Generated from Trainer
4-bit precision
gptq
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use ashkid/shakespeare-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, "ashkid/shakespeare-ft")
  • Notebooks
  • Google Colab
  • Kaggle
shakespeare-ft
4.17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
ashkid's picture
ashkid
Update README.md
bbb3452 verified about 2 years ago
  • runs
    ashkid/shakespeare-ft over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.49 kB
    Update README.md about 2 years ago
  • adapter_config.json
    649 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    8.4 MB
    xet
    Upload model over 2 years ago
  • config.json
    1.3 kB
    Upload MistralForCausalLM over 2 years ago
  • generation_config.json
    111 Bytes
    Upload MistralForCausalLM over 2 years ago
  • model.safetensors
    4.16 GB
    xet
    Upload MistralForCausalLM over 2 years ago
  • training_args.bin
    4.98 kB
    xet
    ashkid/shakespeare-ft over 2 years ago