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