Instructions to use SriDoc/LiLT-SER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SriDoc/LiLT-SER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="SriDoc/LiLT-SER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("SriDoc/LiLT-SER") model = AutoModelForTokenClassification.from_pretrained("SriDoc/LiLT-SER") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 0abd02c8ae3c446b4b196b4041ef6b8dc3dce7d172091fa5ca5ce17b4eb7d627
- Size of remote file:
- 17.1 MB
- SHA256:
- f59925fcb90c92b894cb93e51bb9b4a6105c5c249fe54ce1c704420ac39b81af
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.