Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 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://huggingface.co/datasets/Robot2050/Meta-chunker">
|
| 15 |
+
<img src="https://img.shields.io/badge/Huggingface-Dataset-FF6F00?style=flat-square&logo=huggingface">
|
| 16 |
+
</a>
|
| 17 |
+
<a href="https://huggingface.co/Robot2050/Meta-chunker-1.5B">
|
| 18 |
+
<img src="https://img.shields.io/badge/Model-1.5B 20K-FF6F00?style=flat-square&logo=huggingface">
|
| 19 |
+
</a>
|
| 20 |
+
<a href="https://huggingface.co/Robot2050/Meta-chunker-1.5B-60K">
|
| 21 |
+
<img src="https://img.shields.io/badge/Model-1.5B 60K-FF6F00?style=flat-square&logo=huggingface">
|
| 22 |
+
</a>
|
| 23 |
+
<a href="https://opensource.org/license/apache-2-0">
|
| 24 |
+
<img alt="Apache 2.0 License" src="https://img.shields.io/badge/License-Apache_2.0-green.svg?logo=apache">
|
| 25 |
+
</a>
|
| 26 |
+
</p>
|
| 27 |
+
|