Update README.md
Browse files
README.md
CHANGED
|
@@ -218,3 +218,17 @@ The following hyperparameters were used during training:
|
|
| 218 |
- Pytorch 2.2.1+cu121
|
| 219 |
- Datasets 2.18.0
|
| 220 |
- Tokenizers 0.15.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 218 |
- Pytorch 2.2.1+cu121
|
| 219 |
- Datasets 2.18.0
|
| 220 |
- Tokenizers 0.15.2
|
| 221 |
+
|
| 222 |
+
# Citation
|
| 223 |
+
|
| 224 |
+
Please consider citing our paper if this model has helped you:
|
| 225 |
+
|
| 226 |
+
```
|
| 227 |
+
@inproceedings{frohman-etal-2024-segment,
|
| 228 |
+
title = "Segment Any Text: A Universal Approach for Robust, Efficient and Adaptable Sentence Segmentation",
|
| 229 |
+
author={Markus Frohmann and Igor Sterner and Ivan Vulić and Benjamin Minixhofer and Markus Schedl},
|
| 230 |
+
month = nov,
|
| 231 |
+
year = "2024",
|
| 232 |
+
publisher = "Association for Computational Linguistics",
|
| 233 |
+
}
|
| 234 |
+
```
|