Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
<h1 align="center">
|
5 |
+
MoC: Mixtures of Text Chunking Learners for Retrieval-Augmented Generation System
|
6 |
+
</h1>
|
7 |
+
<p align="center">
|
8 |
+
<a href="https://arxiv.org/abs/2503.09600">
|
9 |
+
<img alt="arXiv Paper" src="https://img.shields.io/badge/arXiv-Paper-b31b1b.svg?logo=arxiv">
|
10 |
+
</a>
|
11 |
+
<a href="https://huggingface.co/papers/2503.09600">
|
12 |
+
<img src="https://img.shields.io/badge/Huggingface-Paper-yellow?style=flat-square&logo=huggingface">
|
13 |
+
</a>
|
14 |
+
<a href="https://opensource.org/license/apache-2-0">
|
15 |
+
<img alt="Apache 2.0 License" src="https://img.shields.io/badge/License-Apache_2.0-green.svg?logo=apache">
|
16 |
+
</a>
|
17 |
+
<br>
|
18 |
+
<a href="https://huggingface.co/datasets/Robot2050/Meta-chunker">
|
19 |
+
<img src="https://img.shields.io/badge/Huggingface-Dataset-FF6F00?style=flat-square&logo=huggingface">
|
20 |
+
</a>
|
21 |
+
<a href="https://huggingface.co/Robot2050/Meta-chunker-1.5B">
|
22 |
+
<img src="https://img.shields.io/badge/Model-1.5B 20K-FF6F00?style=flat-square&logo=huggingface">
|
23 |
+
</a>
|
24 |
+
<a href="https://huggingface.co/Robot2050/Meta-chunker-1.5B-60K">
|
25 |
+
<img src="https://img.shields.io/badge/Model-1.5B 60K-FF6F00?style=flat-square&logo=huggingface">
|
26 |
+
</a>
|
27 |
+
</p>
|
28 |
+
|
29 |
+
|
30 |
+
The Meta-chunker-1.5B-60K was fully fine-tuned on the Qwen2.5-1.5B-Instruct utilizing 60K data entries from the [CRUD_MASK.jsonl](https://huggingface.co/datasets/Robot2050/Meta-chunker/blob/main/CRUD_MASK.jsonl) and [WanJuan1_MASK.jsonl](https://huggingface.co/datasets/Robot2050/Meta-chunker/blob/main/WanJuan1_MASK.json), which were prepared with GPT-4o and ERNIE-3.5-128K, respectively.
|