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