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