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
- Xet hash:
- cd854f539c2ced664676e454032d71846141f0c681795a68cbd3af2d58d36f7d
- Size of remote file:
- 50.9 MB
- SHA256:
- 4fe77360c0dd488094d463febe66cedd8a64e4d29c9124ab100df829aed41804
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.