Instructions to use GEOcite/DocumentSegmentationModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GEOcite/DocumentSegmentationModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="GEOcite/DocumentSegmentationModel")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("GEOcite/DocumentSegmentationModel") model = AutoModelForTokenClassification.from_pretrained("GEOcite/DocumentSegmentationModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8532a114fca546facc92c21957938372d38b0d98a8511c929ade9ea0734634b5
- Size of remote file:
- 1.48 GB
- SHA256:
- 18986506185ee3b7d25bfc3e0956189c380fe639729f61266c5dcad0b81c1b2f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.