Instructions to use nk555/phi-2_experiment_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nk555/phi-2_experiment_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "nk555/phi-2_experiment_lora") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2b6e69b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:939988ee5f3c86d97463e932f2fde7245fcca304a1622f5444c59a9f6cd0ed3e
size 335659402
|