Instructions to use sagar007/phi2_finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sagar007/phi2_finetune with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "sagar007/phi2_finetune") - Notebooks
- Google Colab
- Kaggle
Upload merges.txt with huggingface_hub
Browse files- merges.txt +0 -0
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|