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