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