jboksa commited on
Commit
5e11b67
·
verified ·
1 Parent(s): e5a5213

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 [modbert-chunker](https://github.com/jboksa/modbert-chunker) library for high-quality text segmentation in RAG applications.
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: [modbert-chunker](https://github.com/jboksa/modbert-chunker)
 
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)