Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
Dask

Add link to "The Common Pile" paper and mention its usage

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
 
 
 
 
 
2
  configs:
3
  - config_name: default
4
  data_files:
5
  - split: train
6
  path:
7
  - v0/documents/*.gz
8
- task_categories:
9
- - text-generation
10
- language:
11
- - en
12
- pretty_name: PeS2o
13
  ---
14
 
15
  # PeS2o
@@ -21,6 +21,8 @@ Starting from Grobid’s XML output, peS2o filters papers that are too short, ha
21
  Please refer to the peS2o [datasheet]((https://huggingface.co/datasets/allenai/peS2o)) and [code](https://github.com/allenai/peS2o) for more details on the peS2o processing pipeline.
22
  For the openly licensed articles in this collection, per-document license information is available in the `license` entry of the `metadata` field of each example.
23
 
 
 
24
  ## Dataset Statistics
25
  | Documents | UTF-8 GB |
26
  |-----------|----------|
 
1
  ---
2
+ language:
3
+ - en
4
+ task_categories:
5
+ - text-generation
6
+ pretty_name: PeS2o
7
  configs:
8
  - config_name: default
9
  data_files:
10
  - split: train
11
  path:
12
  - v0/documents/*.gz
 
 
 
 
 
13
  ---
14
 
15
  # PeS2o
 
21
  Please refer to the peS2o [datasheet]((https://huggingface.co/datasets/allenai/peS2o)) and [code](https://github.com/allenai/peS2o) for more details on the peS2o processing pipeline.
22
  For the openly licensed articles in this collection, per-document license information is available in the `license` entry of the `metadata` field of each example.
23
 
24
+ This dataset is used in [The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text](https://huggingface.co/papers/2506.05209).
25
+
26
  ## Dataset Statistics
27
  | Documents | UTF-8 GB |
28
  |-----------|----------|