How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("NeuML/bert-tiny-prompts")
model = AutoModel.from_pretrained("NeuML/bert-tiny-prompts")
Quick Links

BERT Tiny Prompts

This model is a copy of stsb-bert-tiny-safetensors with prompts added for testing. It's intended for use with unit tests.

Downloads last month
813
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support