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