Instructions to use Yhyu13/dolphin-2_6-phi-2-sft-glaive-function-calling-v2-ep1-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Yhyu13/dolphin-2_6-phi-2-sft-glaive-function-calling-v2-ep1-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("cognitivecomputations/dolphin-2_6-phi-2") model = PeftModel.from_pretrained(base_model, "Yhyu13/dolphin-2_6-phi-2-sft-glaive-function-calling-v2-ep1-lora") - Notebooks
- Google Colab
- Kaggle
gguf quantized version?
#1 opened over 2 years ago
by
RangerMauve