Instructions to use Virros/Vistral_Function_Calling_500 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Virros/Vistral_Function_Calling_500 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Viet-Mistral/Vistral-7B-Chat") model = PeftModel.from_pretrained(base_model, "Virros/Vistral_Function_Calling_500") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
fd802fe | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e792a804bbfc19a96b61b87109b8f2b0b7c92830025f285b402ba27c0c309c6f
size 596883
|