Update README for small model
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CharBoundary small Model
|
2 |
|
3 |
This is the small model for the [CharBoundary](https://github.com/alea-institute/charboundary) library (v0.5.0),
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- charboundary
|
6 |
+
- sentence-boundary-detection
|
7 |
+
- paragraph-detection
|
8 |
+
- legal-text
|
9 |
+
- legal-nlp
|
10 |
+
- text-segmentation
|
11 |
+
- cpu
|
12 |
+
- document-processing
|
13 |
+
- rag
|
14 |
+
license: mit
|
15 |
+
library_name: charboundary
|
16 |
+
pipeline_tag: text-classification
|
17 |
+
datasets:
|
18 |
+
- alea-institute/kl3m-data-snapshot-20250324
|
19 |
+
metrics:
|
20 |
+
- accuracy
|
21 |
+
- f1
|
22 |
+
- precision
|
23 |
+
- recall
|
24 |
+
- throughput
|
25 |
+
---
|
26 |
+
|
27 |
# CharBoundary small Model
|
28 |
|
29 |
This is the small model for the [CharBoundary](https://github.com/alea-institute/charboundary) library (v0.5.0),
|