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:
- df437b95c6127f24cce282d78624bca1a76f3388ff0e27b23cea62910c4de3c0
- Size of remote file:
- 268 MB
- SHA256:
- a32907dee0c12b5d2ae5742538a01355a7fc8a44643a6edaf48ef20c08c20341
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.