Instructions to use evilfreelancer/ruGPT3.5-13B-lora-function-call with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use evilfreelancer/ruGPT3.5-13B-lora-function-call with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ai-forever/ruGPT-3.5-13B") model = PeftModel.from_pretrained(base_model, "evilfreelancer/ruGPT3.5-13B-lora-function-call") - Notebooks
- Google Colab
- Kaggle