Instructions to use godmode-ai/phi-1_5-msmarco-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use godmode-ai/phi-1_5-msmarco-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="godmode-ai/phi-1_5-msmarco-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("godmode-ai/phi-1_5-msmarco-v1") model = AutoModelForSequenceClassification.from_pretrained("godmode-ai/phi-1_5-msmarco-v1") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
bc1c77c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:20aedb85d01aa027e20556b33f1a9cad42b00e2ef0a2ea6728c2e00df833652d
size 2626809690
|