Instructions to use jamesliounis/MeDistilBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jamesliounis/MeDistilBERT with Transformers:
# Load model directly from transformers import AutoTokenizer, MeDistilBERT tokenizer = AutoTokenizer.from_pretrained("jamesliounis/MeDistilBERT") model = MeDistilBERT.from_pretrained("jamesliounis/MeDistilBERT") - Notebooks
- Google Colab
- Kaggle