Instructions to use hf-internal-testing/tiny-random-ConvBertForMultipleChoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-ConvBertForMultipleChoice with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-ConvBertForMultipleChoice") model = AutoModelForMultipleChoice.from_pretrained("hf-internal-testing/tiny-random-ConvBertForMultipleChoice", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
d6561a2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:41518f30b7a3e7699b1bd864f5e172ee568e0829c90f3f326d803d8a0c66b20b
size 5362049
|