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