Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ datasets:
|
|
| 18 |
|
| 19 |
# ModernBERT Chunker Base 🚀
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of **ModernBERT-base**, specialized in **semantic boundary detection**. It is designed to be used with the [
|
| 22 |
|
| 23 |
## Model Highlights
|
| 24 |
- **Context Length**: 8192 tokens (full ModernBERT capacity).
|
|
@@ -81,4 +81,4 @@ This allows the model to learn more complex semantic cues for segmentation.
|
|
| 81 |
|
| 82 |
## Author
|
| 83 |
Developed by **Jerzy Boksa**.
|
| 84 |
-
GitHub: [
|
|
|
|
| 18 |
|
| 19 |
# ModernBERT Chunker Base 🚀
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of **ModernBERT-base**, specialized in **semantic boundary detection**. It is designed to be used with the [fine-chunker](https://github.com/JerzyCode/fine-chunker) library for high-quality text segmentation in RAG applications.
|
| 22 |
|
| 23 |
## Model Highlights
|
| 24 |
- **Context Length**: 8192 tokens (full ModernBERT capacity).
|
|
|
|
| 81 |
|
| 82 |
## Author
|
| 83 |
Developed by **Jerzy Boksa**.
|
| 84 |
+
GitHub: [fine-chunker](https://github.com/JerzyCode/fine-chunker)
|