FaheemBEG commited on
Commit
67e028e
·
verified ·
1 Parent(s): 3eb96a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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`). |