Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: token-classification
|
|
10 |
|
11 |
## Introduction
|
12 |
|
13 |
-
bert-chunker-
|
14 |
|
15 |
|
16 |
## Quickstart
|
|
|
10 |
|
11 |
## Introduction
|
12 |
|
13 |
+
bert-chunker-2 is a text chunker based on BERT with a classifier head to predict the start token of chunks (for use in RAG, etc), and using a sliding window it cuts documents of any size into chunks. It is a new experimental version of [bert-chunker](https://huggingface.co/tim1900/bert-chunker), enhanced for article structures, aiming to reach a balance between semantic chunking and structure chunking. It is a 0.1:0.9 linear weight merging of a trained semantic chunker and a trained structure chunker.
|
14 |
|
15 |
|
16 |
## Quickstart
|