add tiny-5k model b81d591
Yura Kuratov commited on
How to use DeepPavlov/distilrubert-tiny-cased-conversational-5k with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("DeepPavlov/distilrubert-tiny-cased-conversational-5k", dtype="auto")