Instructions to use kavg/LiLT-RE-PT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kavg/LiLT-RE-PT with Transformers:
# Load model directly from transformers import AutoTokenizer, LiLTRobertaLikeForRelationExtraction tokenizer = AutoTokenizer.from_pretrained("kavg/LiLT-RE-PT") model = LiLTRobertaLikeForRelationExtraction.from_pretrained("kavg/LiLT-RE-PT") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!