Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ The dataset is available in **Parquet format** and contains the following column
|
|
| 36 |
|---------------------|------------------|-----------------------------------------------------------------------------|
|
| 37 |
| `chunk_id` | `str` | Unique identifier for each chunk. |
|
| 38 |
| `doc_id` | `str` | Document identifier from the source site. |
|
| 39 |
-
| `chunk_index` | `int` | Index of the chunk within its original document.
|
| 40 |
| `chunk_xxh64` | `str` | XXH64 hash of the `chunk_text` value. |
|
| 41 |
| `category` | `str` | Type of dossier (e.g., `LOI_PUBLIEE`, `PROJET_LOI`, etc.). |
|
| 42 |
| `content_type` | `str` | Nature of the content: `article`, `dossier_content`, or `explanatory_memorandum`. |
|
|
|
|
| 36 |
|---------------------|------------------|-----------------------------------------------------------------------------|
|
| 37 |
| `chunk_id` | `str` | Unique identifier for each chunk. |
|
| 38 |
| `doc_id` | `str` | Document identifier from the source site. |
|
| 39 |
+
| `chunk_index` | `int` | Index of the chunk within its original document. Starting from 1. |
|
| 40 |
| `chunk_xxh64` | `str` | XXH64 hash of the `chunk_text` value. |
|
| 41 |
| `category` | `str` | Type of dossier (e.g., `LOI_PUBLIEE`, `PROJET_LOI`, etc.). |
|
| 42 |
| `content_type` | `str` | Nature of the content: `article`, `dossier_content`, or `explanatory_memorandum`. |
|