Instructions to use ciphermosaic/phi-3.5-oasst1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ciphermosaic/phi-3.5-oasst1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "ciphermosaic/phi-3.5-oasst1") - Transformers
How to use ciphermosaic/phi-3.5-oasst1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ciphermosaic/phi-3.5-oasst1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c4a9bd08740f3609465817ea9ee827a8b2e83cdd3e256dd69527f4a36212e5a2
- Size of remote file:
- 5.2 kB
- SHA256:
- dc0a892e33cbaf44b7f6048302a28ff3a252df4de7788f52078c264cec39e2e5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.