Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ The dataset is provided in **Parquet format** and includes the following columns
|
|
| 42 |
|--------------------|------------------|-----------------------------------------------------------------------------|
|
| 43 |
| `chunk_id` | `str` | Unique generated and encoded hash of each chunk. |
|
| 44 |
| `doc_id` | `str` | Document identifier from the source site. |
|
| 45 |
-
| `chunk_index` | `int` | Index of the chunk within its original document.
|
| 46 |
| `chunk_xxh64` | `str` | XXH64 hash of the `chunk_text` value. |
|
| 47 |
| `audience` | `str` | Target audience: `Particuliers` and/or `Professionnels`. |
|
| 48 |
| `theme` | `str` | Thematic categories (e.g., `Famille - Scolarité, Travail - Formation`). |
|
|
|
|
| 42 |
|--------------------|------------------|-----------------------------------------------------------------------------|
|
| 43 |
| `chunk_id` | `str` | Unique generated and encoded hash of each chunk. |
|
| 44 |
| `doc_id` | `str` | Document identifier from the source site. |
|
| 45 |
+
| `chunk_index` | `int` | Index of the chunk within its original document. Starting from 1. |
|
| 46 |
| `chunk_xxh64` | `str` | XXH64 hash of the `chunk_text` value. |
|
| 47 |
| `audience` | `str` | Target audience: `Particuliers` and/or `Professionnels`. |
|
| 48 |
| `theme` | `str` | Thematic categories (e.g., `Famille - Scolarité, Travail - Formation`). |
|