Instructions to use jasper-lu/temp_markup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jasper-lu/temp_markup with Transformers:
# Load model directly from transformers import AutoProcessor, MarkupLMForPretraining processor = AutoProcessor.from_pretrained("jasper-lu/temp_markup") model = MarkupLMForPretraining.from_pretrained("jasper-lu/temp_markup") - Notebooks
- Google Colab
- Kaggle
Ctrl+K