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