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