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