ilyocoris commited on
Commit
edc2572
·
verified ·
1 Parent(s): 660b0b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (ZYDA)[https://huggingface.co/datasets/Zyphra/Zyda].
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