Create README.md
#1
by
stellaathena
- opened
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path:
|
7 |
+
- v0/documents/*.jsonl.gz
|
8 |
+
task_categories:
|
9 |
+
- text-generation
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
pretty_name: Foodista
|
13 |
+
---
|
14 |
+
# Foodista
|
15 |
+
|
16 |
+
## Description
|
17 |
+
[Foodista](https://www.foodista.com/) is a community-maintained site with recipes, food-related news, and nutrition information.
|
18 |
+
All content is licensed under CC BY.
|
19 |
+
Plain text is extracted from the HTML using a custom pipeline that includes extracting title and author information to include at the beginning of the text.
|
20 |
+
Additionally, comments on the page are appended to the article after we filter automatically generated comments.
|
21 |
+
|
22 |
+
## Dataset Statistics
|
23 |
+
| Documents | UTF-8 GB | Times seen during training| Tokens |
|
24 |
+
------------|----------|---------------------------|--------|
|
25 |
+
| 65,640 | 0.08 | 6x | 0.12B |
|
26 |
+
|
27 |
+
## License Issues
|
28 |
+
While we aim to produce datasets with completely accurate licensing information, license laundering and inaccurate metadata can cause us to erroneously assign the incorrect license to some documents (for further discussion of this limitation, please see [our paper](TODO link)). If you believe you have found an instance of incorrect licensing in this dataset, please [start a discussion](https://github.com/r-three/common-pile/discussions/new) on this repository.
|
29 |
+
|
30 |
+
## Other Versions
|
31 |
+
This is the "filtered" version of the Foodista dataset.
|
32 |
+
If you are looking for the raw version, you can find it [here](https://huggingface.co/datasets/common-pile/foodista).
|
33 |
+
|
34 |
+
## Citation
|
35 |
+
If you use this dataset, please cite:
|
36 |
+
```bibtex
|
37 |
+
@article{kandpal2025common,
|
38 |
+
title={{The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text}},
|
39 |
+
author={Nikhil Kandpal and Brian Lester and Colin Raffel and Sebastian Majstorovic and Stella Biderman and Baber Abbasi and Luca Soldaini and Enrico Shippole and A. Feder Cooper and Aviya Skowron and Shayne Longpre and Lintang Sutawika and Alon Albalak and Zhenlin Xu and Guilherme Penedo and Loubna Ben and Elie Bakouch and John David and Honglu Fan and Dashiell Stander and Guangyu Song and Aaron Gokaslan and John Kirchenbauer and Tom Goldstein and Brian R and Bhavya Kailkhura and Tyler Murray},
|
40 |
+
journal={arXiv preprint},
|
41 |
+
year={2025}
|
42 |
+
}
|
43 |
+
```
|