Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,9 @@ pipeline_tag: token-classification
|
|
| 7 |
---
|
| 8 |
# bert-chunker-Chinese-2
|
| 9 |
|
|
|
|
|
|
|
|
|
|
| 10 |
bert-chunker-Chinese-2 (中文分段器) is a text chunker based on BertForTokenClassification 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. We see it as an alternative of [semantic chunker](https://github.com/FullStackRetrieval-com/RetrievalTutorials/blob/main/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb), but specially, it not only works for the structured texts, but also the **unstructured and messy texts**. It is a new version of [bc-chinese](https://huggingface.co/tim1900/bert-chunker-chinese), for which we change our data labeling and train pipeline to make it more stable and useful.
|
| 11 |
|
| 12 |
## Usage
|
|
|
|
| 7 |
---
|
| 8 |
# bert-chunker-Chinese-2
|
| 9 |
|
| 10 |
+
[GitHub](https://github.com/jackfsuia/bert-chunker/tree/main/bcc2)
|
| 11 |
+
|
| 12 |
+
|
| 13 |
bert-chunker-Chinese-2 (中文分段器) is a text chunker based on BertForTokenClassification 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. We see it as an alternative of [semantic chunker](https://github.com/FullStackRetrieval-com/RetrievalTutorials/blob/main/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb), but specially, it not only works for the structured texts, but also the **unstructured and messy texts**. It is a new version of [bc-chinese](https://huggingface.co/tim1900/bert-chunker-chinese), for which we change our data labeling and train pipeline to make it more stable and useful.
|
| 14 |
|
| 15 |
## Usage
|