Instructions to use hf-internal-testing/tiny-random-MarkupLMForQuestionAnswering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-MarkupLMForQuestionAnswering with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="hf-internal-testing/tiny-random-MarkupLMForQuestionAnswering")# Load model directly from transformers import AutoProcessor, AutoModelForQuestionAnswering processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-MarkupLMForQuestionAnswering") model = AutoModelForQuestionAnswering.from_pretrained("hf-internal-testing/tiny-random-MarkupLMForQuestionAnswering") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
40c95d3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8c33d3ee5d0c512d15e56d1dff71ac389bbdf6db8268c3114682493fc72dd27e
size 6941500
|