Text Classification
Transformers
TensorFlow
bert
generated_from_keras_callback
text-embeddings-inference
Instructions to use ginnigarg/dummy-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ginnigarg/dummy-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ginnigarg/dummy-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ginnigarg/dummy-model") model = AutoModelForSequenceClassification.from_pretrained("ginnigarg/dummy-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8644941 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1273c0a78409eb1c5b8663c863ed51ad547b5d537a2e4a43b7030e76eb0f5d3a
size 438223192
|