Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use cdc-hf/bert-platform-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cdc-hf/bert-platform-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cdc-hf/bert-platform-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cdc-hf/bert-platform-classifier") model = AutoModelForSequenceClassification.from_pretrained("cdc-hf/bert-platform-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b5c4d365aa00946042debb4435c6f83d9568eea86e92864affca8b093128e28a
- Size of remote file:
- 5.84 kB
- SHA256:
- 7be4934874cf24615879c22e0f18b6c2336ed13950d029b5dca754833a4033e6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.