Instructions to use mor40/BulBERT-exams-5epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mor40/BulBERT-exams-5epochs with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("mor40/BulBERT-exams-5epochs") model = AutoModelForMultipleChoice.from_pretrained("mor40/BulBERT-exams-5epochs") - Notebooks
- Google Colab
- Kaggle
Ctrl+K