Instructions to use vonewman/shawgpt-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vonewman/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, "vonewman/shawgpt-ft") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f3e98a8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:45763a6c57e0699d9418d6768213b8719c67d668e5888c7b23ee876f5e28aa7c
size 4856
|