agentlans commited on
Commit
bcd33c5
·
verified ·
1 Parent(s): 3ad88a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -1,3 +1,47 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ - text-generation
6
+ language:
7
+ - en
8
  ---
9
+ # Unofficial m-a-p/FineFineWeb Sample
10
+
11
+ This dataset is a processed, lightweight sample of the original [m-a-p/FineFineWeb](https://huggingface.co/datasets/m-a-p/FineFineWeb), a comprehensive corpus designed for fine-grained domain web text studies.
12
+
13
+ ## Dataset Description
14
+
15
+ * **Homepage:** [m-a-p/FineFineWeb](https://huggingface.co/datasets/m-a-p/FineFineWeb)
16
+ * **License:** Apache 2.0
17
+
18
+ ### Sampling Methodology
19
+
20
+ To create this subset, the following processing steps were taken:
21
+
22
+ 1. **Selection:** 100 random `.jsonl` files were chosen from the original dataset.
23
+ 2. **Extraction:** 10,000 rows were downloaded per selected file.
24
+ 3. **Processing:** The extracted rows were combined and globally shuffled.
25
+ 4. **Provenance:** An additional `file` column was appended to each row to track the specific source file the data originated from.
26
+
27
+ ## Limitations
28
+
29
+ * **Task Specificity:** The original dataset was designed primarily for content classification. It may not exhibit optimal quality or formatting for downstream tasks outside of this scope (e.g., general language modeling, text generation).
30
+ * **Temporal & Factuality Risks:** As with any web-scraped data, the text reflects specific historical snapshots and may contain inaccurate, outdated, or biased information.
31
+
32
+ ## License & Citation
33
+
34
+ This sample is distributed under the **Apache 2.0** license. If you use this sampled version in your research or applications, please cite the original authors:
35
+
36
+ ```bibtex
37
+ @misc{map2024finefineweb,
38
+ title={FineFineWeb: A Comprehensive Study on Fine-grained Domain Web Corpus},
39
+ url={https://huggingface.co/datasets/m-a-p/FineFineWeb},
40
+ author={Zhang, Ge and Du, Xinrun and Yu, Zhimiao and Wang, Zili and Wang, Zekun and Guo, Shuyue and Zheng, Tianyu and Zhu, Kang and Liu, Jerry and Yue, Shawn and Liu, Binbin and Peng, Zhongyuan and Yao, Yifan and Yang, Jack and Li, Ziming and Zhang, Bingni and Liu, Minghao and Liu, Tianyu and Gao, Yang and Chen, Wenhu and Zhou, Xiaohuan and Liu, Qian and Wang, Taifeng and Huang, Wenhao},
41
+ publisher={Hugging Face},
42
+ version={v0.1.0},
43
+ month={December},
44
+ year={2024}
45
+ }
46
+
47
+ ```