Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Jeronymous commited on
Commit
7a3a7c0
·
verified ·
1 Parent(s): 419a82a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -580,7 +580,8 @@ This dataset was made to provide an extensive and diverse dataset for training L
580
 
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). <details><summary>Possible values:</summary>
 
584
  - an ISO 639-1 code of a natural language ("en", "fr", "de", "es", or "it"),
585
  - a common name prefixed by "code:" of a programming language ("code:python", "code:c++", …), or
586
  - 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",
@@ -591,13 +592,16 @@ The corpus contains the following information for each text sample:
591
  * [`id`](metadata/metadata_examples.json#L13): an identifier that is unique among the source.
592
  * [`url`](metadata/metadata_examples.json#L35) (optional): the URL of the original text sample on the web, if available.
593
  * [`title`](metadata/metadata_examples.json#L36) (optional): the title of the original text sample, if available.
594
- * [`author`](metadata/metadata_examples.json#L81) (optional): the author of the original text sample, if available. <details><summary>Note:</summary>
 
595
  Usually the author name in plain text, except for [Gutenberg books](metadata/metadata_examples.json#L91) , where it is the JSON serialized object of the author metadata.
596
  </details>
597
- * [`date`](metadata/metadata_examples.json#L6) (optional): the publication date of the original text sample, if available. <details><summary>Note:</summary>
 
598
  The text format of the source depends on the source.
599
  </details>
600
- * [`quality_signals`](metadata/metadata_examples.json#L17) (optional): a list of quality signals about the text sample, in JSON format (that could be used for further filtering or sample weighting). <details><summary>Note:</summary>
 
601
  It can include indicators computed by `fasttext` and `CCNet`, statistics about occurrences of characters, words, special characters, etc.
602
  </details>
603
  * [`extra`](metadata/metadata_examples.json#L16) (optional): extra information about the text sample, in JSON format.
@@ -1532,7 +1536,7 @@ The Number of tokens was computed using the tokenizer of [Lucie-7B LLM](https://
1532
  As the dataset is the result of merging multiple sources, it is divided into subsets based on the source and the language of the texts.
1533
  <br> Different configurations of the dataset are available, depending on the sources and languages included.
1534
  The list of all configurations is available [in the YAML header of this README file](https://huggingface.co/datasets/OpenLLM-France/Lucie-Training-Dataset/blob/v1.2/README.md?code=true#L24).
1535
- Each configuration corresponds to a pathname pattern in the [`data` subdirectory](https://huggingface.co/datasets/OpenLLM-France/Lucie-Training-Dataset/tree/main/data).
1536
 
1537
  The dataset is available in the following versions:
1538
  - **v1.1** / [**main**](https://huggingface.co/datasets/OpenLLM-France/Lucie-Training-Dataset/tree/main/data) (default):
 
580
 
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
+ <details><summary>Possible values:</summary>
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",
 
592
  * [`id`](metadata/metadata_examples.json#L13): an identifier that is unique among the source.
593
  * [`url`](metadata/metadata_examples.json#L35) (optional): the URL of the original text sample on the web, if available.
594
  * [`title`](metadata/metadata_examples.json#L36) (optional): the title of the original text sample, if available.
595
+ * [`author`](metadata/metadata_examples.json#L81) (optional): the author of the original text sample, if available.
596
+ <details><summary>Note:</summary>
597
  Usually the author name in plain text, except for [Gutenberg books](metadata/metadata_examples.json#L91) , where it is the JSON serialized object of the author metadata.
598
  </details>
599
+ * [`date`](metadata/metadata_examples.json#L6) (optional): the publication date of the original text sample, if available.
600
+ <details><summary>Note:</summary>
601
  The text format of the source depends on the source.
602
  </details>
603
+ * [`quality_signals`](metadata/metadata_examples.json#L17) (optional): a list of quality signals about the text sample, in JSON format (that could be used for further filtering or sample weighting).
604
+ <details><summary>Note:</summary>
605
  It can include indicators computed by `fasttext` and `CCNet`, statistics about occurrences of characters, words, special characters, etc.
606
  </details>
607
  * [`extra`](metadata/metadata_examples.json#L16) (optional): extra information about the text sample, in JSON format.
 
1536
  As the dataset is the result of merging multiple sources, it is divided into subsets based on the source and the language of the texts.
1537
  <br> Different configurations of the dataset are available, depending on the sources and languages included.
1538
  The list of all configurations is available [in the YAML header of this README file](https://huggingface.co/datasets/OpenLLM-France/Lucie-Training-Dataset/blob/v1.2/README.md?code=true#L24).
1539
+ Each configuration corresponds to a pathname pattern in the [data subdirectory](https://huggingface.co/datasets/OpenLLM-France/Lucie-Training-Dataset/tree/v1.2/data).
1540
 
1541
  The dataset is available in the following versions:
1542
  - **v1.1** / [**main**](https://huggingface.co/datasets/OpenLLM-France/Lucie-Training-Dataset/tree/main/data) (default):