Instructions to use palakagl/bert_TextClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use palakagl/bert_TextClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="palakagl/bert_TextClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("palakagl/bert_TextClassification") model = AutoModelForSequenceClassification.from_pretrained("palakagl/bert_TextClassification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4738e0845b81267bb1e2f7b8b6154f57d0317323429131f796a10e421004dcfd
- Size of remote file:
- 434 MB
- SHA256:
- 41b27d733cd64e595ca76ad9f7725c7dc2d6ee1b020113d84cb1ceb60cd03621
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.