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