Text Classification
Transformers
PyTorch
Safetensors
English
bert
Trained with AutoTrain
text-embeddings-inference
Instructions to use librarian-bots/model-card-dataset-mentions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use librarian-bots/model-card-dataset-mentions with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="librarian-bots/model-card-dataset-mentions")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("librarian-bots/model-card-dataset-mentions") model = AutoModelForSequenceClassification.from_pretrained("librarian-bots/model-card-dataset-mentions") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ea63c7c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:563c9f09a85f9587978fd0edb02a5329bbd04f1d6f12971b5395fdc4c7eedea2
size 433320053
|