Instructions to use DeepPavlov/distilrubert-tiny-cased-conversational-5k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
File size: 174 Bytes
b81d591 | 1 2 3 4 5 6 7 8 9 | {
"vocab_size": 5031,
"max_position_embeddings": 512,
"n_layers": 3,
"n_heads": 12,
"dim": 264,
"hidden_dim": 792,
"model_type": "distilbert"
} |