Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Anwaarma/TestForColab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Anwaarma/TestForColab with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Anwaarma/TestForColab")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Anwaarma/TestForColab") model = AutoModelForSequenceClassification.from_pretrained("Anwaarma/TestForColab", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1602c60 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f8272c594625b3bdda6c469985439f87e81291032e77558d60e7a3aa01314562
size 4536
|