Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ This dataset contains **Indonesian legal documents** with **pre-computed embeddi
|
|
| 28 |
|
| 29 |
## β¨ Key Features
|
| 30 |
|
| 31 |
-
- π **
|
| 32 |
- π― **Dense embeddings** (1024-dimensional vectors)
|
| 33 |
- π **TF-IDF vectors** (5000-dimensional sparse vectors)
|
| 34 |
- βοΈ **Complete legal metadata** (regulation type, year, authority, etc.)
|
|
@@ -69,7 +69,7 @@ This dataset contains **Indonesian legal documents** with **pre-computed embeddi
|
|
| 69 |
| π `chapter` | string | - | Document chapter | "BAB I" |
|
| 70 |
| π `article` | string | - | Specific article | "Pasal 1" |
|
| 71 |
| π `content` | string | - | Full document text | "Pasal 1. Dalam Undang-undang..." |
|
| 72 |
-
| π― `embedding` | list[float] | **
|
| 73 |
| π `tfidf_vector` | list[float] | **5000** | Sparse keyword vectors | [0.0, 0.15, 0.0, 0.8, ...] |
|
| 74 |
| π’ `chunk_id` | int | - | Document chunk number | 1 |
|
| 75 |
|
|
|
|
| 28 |
|
| 29 |
## β¨ Key Features
|
| 30 |
|
| 31 |
+
- π **~10,000 Indonesian regulations**
|
| 32 |
- π― **Dense embeddings** (1024-dimensional vectors)
|
| 33 |
- π **TF-IDF vectors** (5000-dimensional sparse vectors)
|
| 34 |
- βοΈ **Complete legal metadata** (regulation type, year, authority, etc.)
|
|
|
|
| 69 |
| π `chapter` | string | - | Document chapter | "BAB I" |
|
| 70 |
| π `article` | string | - | Specific article | "Pasal 1" |
|
| 71 |
| π `content` | string | - | Full document text | "Pasal 1. Dalam Undang-undang..." |
|
| 72 |
+
| π― `embedding` | list[float] | **1024** | Dense semantic vectors | [0.1, 0.2, -0.3, ...] |
|
| 73 |
| π `tfidf_vector` | list[float] | **5000** | Sparse keyword vectors | [0.0, 0.15, 0.0, 0.8, ...] |
|
| 74 |
| π’ `chunk_id` | int | - | Document chunk number | 1 |
|
| 75 |
|