Instructions to use hf-internal-testing/tiny-random-FunnelForMultipleChoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-FunnelForMultipleChoice with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-FunnelForMultipleChoice") model = AutoModelForMultipleChoice.from_pretrained("hf-internal-testing/tiny-random-FunnelForMultipleChoice") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 12 months ago
by
SFconvertbot