Instructions to use hf-tiny-model-private/tiny-random-YosoForQuestionAnswering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-YosoForQuestionAnswering with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="hf-tiny-model-private/tiny-random-YosoForQuestionAnswering")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-YosoForQuestionAnswering") model = AutoModelForQuestionAnswering.from_pretrained("hf-tiny-model-private/tiny-random-YosoForQuestionAnswering") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
aa3faef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7004a576a7fba47ae792b8302b1a703ad48f606ef9d862aa300b1c097e516041
size 367353
|