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
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ee6ce88722bae0e38f0c162c7bc42423dfa56885a7127de3a0a177c210c3b53
|
| 3 |
+
size 52439304
|