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