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