Instructions to use xray1111/emotion-ft-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use xray1111/emotion-ft-4bit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("baichuan-inc/baichuan-7B") model = PeftModel.from_pretrained(base_model, "xray1111/emotion-ft-4bit") - Notebooks
- Google Colab
- Kaggle