Instructions to use ShamePooh/Science-LLM-baseline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShamePooh/Science-LLM-baseline with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("ShamePooh/Science-LLM-baseline") model = AutoModelForMultipleChoice.from_pretrained("ShamePooh/Science-LLM-baseline") - Notebooks
- Google Colab
- Kaggle
Upload BertForMultipleChoice
#1
by ShamePooh - opened
No description provided.
ShamePooh changed pull request status to closed