Instructions to use haraygese/fastchat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use haraygese/fastchat with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("lmsys/fastchat-t5-3b-v1.0") model = PeftModel.from_pretrained(base_model, "haraygese/fastchat") - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 1