Instructions to use hsultanbey/350multi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hsultanbey/350multi with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("hsultanbey/codegen350multi_finetuned") model = PeftModel.from_pretrained(base_model, "hsultanbey/350multi") - Notebooks
- Google Colab
- Kaggle