Instructions to use nttx/ca429440-714f-4e8b-81e5-935eb1d4b328 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/ca429440-714f-4e8b-81e5-935eb1d4b328 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("lmsys/vicuna-7b-v1.3") model = PeftModel.from_pretrained(base_model, "nttx/ca429440-714f-4e8b-81e5-935eb1d4b328") - Notebooks
- Google Colab
- Kaggle
Ctrl+K