Robot2050 commited on
Commit
15bf5e5
·
verified ·
1 Parent(s): d3a6b3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ <h1 align="center">
6
+ Meta-Chunking: Learning Text Segmentation and Semantic Completion via Logical Perception
7
+ </h1>
8
+ <p align="center">
9
+ <a href="https://arxiv.org/abs/2410.12788">
10
+ <img alt="arXiv Paper" src="https://img.shields.io/badge/arXiv-Paper-b31b1b.svg?logo=arxiv">
11
+ </a>
12
+ <a href="https://huggingface.co/papers/2410.12788">
13
+ <img src="https://img.shields.io/badge/Huggingface-Paper-yellow?style=flat-square&logo=huggingface">
14
+ </a>
15
+ <a href="https://opensource.org/license/apache-2-0">
16
+ <img alt="Apache 2.0 License" src="https://img.shields.io/badge/License-Apache_2.0-4285f4.svg?logo=apache">
17
+ </a>
18
+ </p>