Datasets:
Jeronymous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -581,12 +581,11 @@ This dataset was made to provide an extensive and diverse dataset for training L
|
|
581 |
The corpus contains the following information for each text sample:
|
582 |
* `text`: the text sample itself.
|
583 |
* [`language`](metadata/metadata_examples.json#L3): the language of the text sample (relying on the source, that information can be wrong).
|
584 |
-
<
|
585 |
- an ISO 639-1 code of a natural language ("en", "fr", "de", "es", or "it"),
|
586 |
- a common name prefixed by "code:" of a programming language ("code:python", "code:c++", …), or
|
587 |
- a list of ISO 639-1 codes separated by commas when the text sample is multilingual and aligned ("fr,en", "de,fr", "es,en", "it,en",
|
588 |
or one of those pairs in the opposite order if the languages appear in the opposite order in the text).
|
589 |
-
</details>
|
590 |
* [`source`](metadata/metadata_examples.json#L4): an identifier for the source(s) of the text sample (Wikipedia, RedPajama, Gutenberg, …).
|
591 |
All sources are described in detail [in this document](#details-on-data-sources).
|
592 |
* [`id`](metadata/metadata_examples.json#L13): an identifier that is unique among the source.
|
|
|
581 |
The corpus contains the following information for each text sample:
|
582 |
* `text`: the text sample itself.
|
583 |
* [`language`](metadata/metadata_examples.json#L3): the language of the text sample (relying on the source, that information can be wrong).
|
584 |
+
<br>Possible values:
|
585 |
- an ISO 639-1 code of a natural language ("en", "fr", "de", "es", or "it"),
|
586 |
- a common name prefixed by "code:" of a programming language ("code:python", "code:c++", …), or
|
587 |
- a list of ISO 639-1 codes separated by commas when the text sample is multilingual and aligned ("fr,en", "de,fr", "es,en", "it,en",
|
588 |
or one of those pairs in the opposite order if the languages appear in the opposite order in the text).
|
|
|
589 |
* [`source`](metadata/metadata_examples.json#L4): an identifier for the source(s) of the text sample (Wikipedia, RedPajama, Gutenberg, …).
|
590 |
All sources are described in detail [in this document](#details-on-data-sources).
|
591 |
* [`id`](metadata/metadata_examples.json#L13): an identifier that is unique among the source.
|