Instructions to use interneuronai/az-chopt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use interneuronai/az-chopt with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("aisquared/chopt-research-1_3b") model = PeftModel.from_pretrained(base_model, "interneuronai/az-chopt") - Notebooks
- Google Colab
- Kaggle
Ctrl+K