Instructions to use korotkov/saiga-7b-function-calling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use korotkov/saiga-7b-function-calling with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-7b") model = PeftModel.from_pretrained(base_model, "korotkov/saiga-7b-function-calling") - Notebooks
- Google Colab
- Kaggle
| language: | |
| - ru | |
| library_name: peft | |
| datasets: | |
| - korotkov/glaive-function-calling-v2-ru-parsed | |
| base_model: huggyllama/llama-7b | |
| # Saiga 7B finetuned for function calling | |
| Based on [IlyaGusev/saiga_7b_lora](https://huggingface.co/IlyaGusev/saiga_7b_lora). | |
| This is an adapter-only version. | |
| # Usage | |
| [Google Colab notebook with example usage](https://colab.research.google.com/drive/1Uagjh6utTUD0s0crqVuhi8mPSwbP1rof?usp=sharing) |