Instructions to use BlueOrangeDigital/distilbert-cross-segment-document-chunking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BlueOrangeDigital/distilbert-cross-segment-document-chunking with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BlueOrangeDigital/distilbert-cross-segment-document-chunking")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BlueOrangeDigital/distilbert-cross-segment-document-chunking") model = AutoModelForSequenceClassification.from_pretrained("BlueOrangeDigital/distilbert-cross-segment-document-chunking", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9d211a74af9385a5556d4c3fb668df75434af9932216292345f442a7842a2ba3
- Size of remote file:
- 4.73 kB
- SHA256:
- 927c81a9049e2f7954dd7fc07c1e78abd8994dcd0980d99271d068568d36bd9c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.