Instructions to use udaypratap/smart-mcq-solver with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use udaypratap/smart-mcq-solver with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("udaypratap/smart-mcq-solver") model = AutoModelForMultipleChoice.from_pretrained("udaypratap/smart-mcq-solver", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
aae1d47 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:11781fd7b31d71f84705b18e45fd12beac662f65709686a0dcc19c644830a4ad
size 5137
|