Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ The dataset is released in several files.
|
|
| 43 |
| `text` | Context text (string). |
|
| 44 |
| `source` | Source of the document. |
|
| 45 |
|
| 46 |
-
The `doc_id` is calculated by hashing the raw string of the whole documents from
|
| 47 |
|
| 48 |
The following python snippet calculates the hash (`doc_id`) from the `text` of a document: `hashlib.sha1(text).hexdigest()`.
|
| 49 |
|
|
|
|
| 43 |
| `text` | Context text (string). |
|
| 44 |
| `source` | Source of the document. |
|
| 45 |
|
| 46 |
+
The `doc_id` is calculated by hashing the raw string of the whole documents from <a href="https://huggingface.co/datasets/Zyphra/Zyda" target="_blank">ZYDA</a>.
|
| 47 |
|
| 48 |
The following python snippet calculates the hash (`doc_id`) from the `text` of a document: `hashlib.sha1(text).hexdigest()`.
|
| 49 |
|