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