Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -92,6 +92,12 @@ The value of `chunk_text` includes the `title` and the textual content chunk `te
|
|
| 92 |
Each `chunk_text` was embedded using the [**`BAAI/bge-m3`**](https://huggingface.co/BAAI/bge-m3) model.
|
| 93 |
The resulting embedding is stored as a JSON stringified array of 1024 floating point numbers in the `embeddings_bge-m3` column.
|
| 94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
## 📌 Embedding Use Notice
|
| 96 |
|
| 97 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|
|
|
|
| 92 |
Each `chunk_text` was embedded using the [**`BAAI/bge-m3`**](https://huggingface.co/BAAI/bge-m3) model.
|
| 93 |
The resulting embedding is stored as a JSON stringified array of 1024 floating point numbers in the `embeddings_bge-m3` column.
|
| 94 |
|
| 95 |
+
## 🔄 The chunking doesn't fit your use case?
|
| 96 |
+
|
| 97 |
+
[**SOON AVAILABLE FOR THIS DATASET**] ~~If you need to reconstitute the original, un-chunked dataset, you can follow [this tutorial notebook available on our GitHub repository](https://github.com/etalab-ia/mediatech/blob/main/docs/reconstruct_vector_database.ipynb).~~
|
| 98 |
+
|
| 99 |
+
⚠️ The tutorial is only relevant for datasets that were chunked **without overlap**.
|
| 100 |
+
|
| 101 |
## 📌 Embedding Use Notice
|
| 102 |
|
| 103 |
⚠️ The `embeddings_bge-m3` column is stored as a **stringified list** of floats (e.g., `"[-0.03062629,-0.017049594,...]"`).
|