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") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -79,4 +79,4 @@ The model was trained for 2 epochs with a learning rate of 1e-5 and cross-entrop
|
|
| 79 |
|
| 80 |
| Loss | Accuracy | Recall | Precision | F1 |
|
| 81 |
|:----:|:----:|:----:|:-----:|:----:|
|
| 82 |
-
| 0.
|
|
|
|
| 79 |
|
| 80 |
| Loss | Accuracy | Recall | Precision | F1 |
|
| 81 |
|:----:|:----:|:----:|:-----:|:----:|
|
| 82 |
+
| 0.34 | 0.85 | 0.85 | 0.86 | 0.85 |
|