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