Instructions to use dbourget/phil-or-not-2e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dbourget/phil-or-not-2e with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dbourget/phil-or-not-2e")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dbourget/phil-or-not-2e") model = AutoModelForSequenceClassification.from_pretrained("dbourget/phil-or-not-2e", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6874844 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cf039e3eb2fe435448f07b932f9a3bf865150f1258e55662f54c01136d4f7047
size 4408
|