Datasets:
Jeronymous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -585,12 +585,14 @@ The corpus contains the following information for each text sample:
|
|
585 |
* `url` (optional): the URL of the original text sample on the web, if available.
|
586 |
* `title` (optional): the title of the original text sample, if available.
|
587 |
* `author` (optional): the author of the original text sample, if available. <details ><summary>Note:</summary>
|
588 |
-
|
|
|
|
|
|
|
589 |
</details >
|
590 |
-
* `date` (optional): the publication date of the original text sample, if available. <details ><summary>Note:</summary>The text format of the source depends on the source.</details >
|
591 |
* `quality_signals` (optional): a list of quality signals about the text sample, in JSON format (that could be used for further filtering or sample weighting).
|
592 |
-
<details ><summary>Note:</summary>
|
593 |
-
|
594 |
</details >
|
595 |
* `extra` (optional): extra information about the text sample, in JSON format.
|
596 |
This can include metadata about the source subset, the rights, etc.
|
|
|
585 |
* `url` (optional): the URL of the original text sample on the web, if available.
|
586 |
* `title` (optional): the title of the original text sample, if available.
|
587 |
* `author` (optional): the author of the original text sample, if available. <details ><summary>Note:</summary>
|
588 |
+
* Usually the author name in plain text, except for `Gutenberg` where it is the JSON serialized object of the author metadata.
|
589 |
+
</details >
|
590 |
+
* `date` (optional): the publication date of the original text sample, if available. <details ><summary>Note:</summary>
|
591 |
+
* The text format of the source depends on the source.
|
592 |
</details >
|
|
|
593 |
* `quality_signals` (optional): a list of quality signals about the text sample, in JSON format (that could be used for further filtering or sample weighting).
|
594 |
+
<details ><summary>Note:</summary>
|
595 |
+
* It can include indicators computed by `fasttext` and `CCNet`, statistics about occurrences of characters, words, special characters, etc.
|
596 |
</details >
|
597 |
* `extra` (optional): extra information about the text sample, in JSON format.
|
598 |
This can include metadata about the source subset, the rights, etc.
|