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
File size: 133 Bytes
a0f43c2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:016cff4026fad0fc3b7ed99af9e73b5616edbf5b17580b26f8a2f8e2d6631f02
size 52457566
|