Instructions to use SriDoc/LiLT-RE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SriDoc/LiLT-RE with Transformers:
# Load model directly from transformers import AutoTokenizer, LiLTRobertaLikeForRelationExtraction tokenizer = AutoTokenizer.from_pretrained("SriDoc/LiLT-RE") model = LiLTRobertaLikeForRelationExtraction.from_pretrained("SriDoc/LiLT-RE") - Notebooks
- Google Colab
- Kaggle
Ctrl+K