Instructions to use nk555/phi-2-experiment_ppo_quantized_300 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nk555/phi-2-experiment_ppo_quantized_300 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_ppo_quantized_300") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
57db201 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3cdd61c92491dff1dc49c4043907f60b9d8572e777dfa5949fc5363c2d9f5e6f
size 11772
|