Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Jeronymous commited on
Commit
fac21be
·
verified ·
1 Parent(s): 7151d3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -576,7 +576,8 @@ The corpus contains the following information for each text sample:
576
  * `source`: an identifier for the source(s) of the text sample (`Wikipedia`, `RedPajama`, `Gutenberg`, …).
577
  All sources are described in detail [in this document](#details-on-data-sources).
578
  * `id`: an identifier that is unique among the source.
579
- * `language`: the language of the text sample (relying on the source, that information can be wrong). <details ><summary>Possible values:</summary>
 
580
  * an ISO 639-1 code of a natural language: `en`, `fr`, `de`, `es`, or `it`;
581
  * a common name prefixed by "`code:`" of a programming language: `code:python`, `code:c++`, …; or
582
  * a list of ISO 639-1 codes separated by commas, if the text sample is multilingual: `fr,en`, `de,fr`, `es,en`, `it,en`,
@@ -584,15 +585,17 @@ The corpus contains the following information for each text sample:
584
  </details >
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.
 
576
  * `source`: an identifier for the source(s) of the text sample (`Wikipedia`, `RedPajama`, `Gutenberg`, …).
577
  All sources are described in detail [in this document](#details-on-data-sources).
578
  * `id`: an identifier that is unique among the source.
579
+ * `language`: the language of the text sample (relying on the source, that information can be wrong).
580
+ <details ><summary>Possible values:</summary>
581
  * an ISO 639-1 code of a natural language: `en`, `fr`, `de`, `es`, or `it`;
582
  * a common name prefixed by "`code:`" of a programming language: `code:python`, `code:c++`, …; or
583
  * a list of ISO 639-1 codes separated by commas, if the text sample is multilingual: `fr,en`, `de,fr`, `es,en`, `it,en`,
 
585
  </details >
586
  * `url` (optional): the URL of the original text sample on the web, if available.
587
  * `title` (optional): the title of the original text sample, if available.
588
+ * `author` (optional): the author of the original text sample, if available.
589
+ <details ><summary>Note:</summary>
590
  * Usually the author name in plain text, except for `Gutenberg` where it is the JSON serialized object of the author metadata.
591
  </details >
592
+ * `date` (optional): the publication date of the original text sample, if available.
593
+ <details ><summary>Note:</summary>
594
+ The text format of the source depends on the source.
595
  </details >
596
  * `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).
597
  <details ><summary>Note:</summary>
598
+ It can include indicators computed by `fasttext` and `CCNet`, statistics about occurrences of characters, words, special characters, etc.
599
  </details >
600
  * `extra` (optional): extra information about the text sample, in JSON format.
601
  This can include metadata about the source subset, the rights, etc.