Lobakkang commited on
Commit
ae40dbc
·
verified ·
1 Parent(s): 32a7608
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +129 -1
  3. pretrain.jsonl +3 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ pretrain.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,131 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: odc-by
5
+ pretty_name: TaoData
6
+ size_categories:
7
+ - 1M<n<10M
8
+ task_categories:
9
+ - language-modeling
10
+ task_ids:
11
+ - language-modeling
12
+ tags:
13
+ - pretraining
14
+ - web
15
+ - fineweb-edu
16
+ - taodata
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: pretrain.jsonl
22
  ---
23
+
24
+ # TaoData
25
+
26
+ ## Dataset Summary
27
+
28
+ TaoData is a large-scale English pretraining dataset prepared for the Taotern model family. It is a processed subset of [HuggingFaceFW/fineweb-edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu), filtered and formatted with the [TaoData framework](https://github.com/Taotern/TaoData) using the [`taodata.yaml`](https://github.com/Taotern/TaoData/blob/main/taodata/config/taodata.yaml) configuration.
29
+
30
+ This release contains about 6.7 million samples in JSONL format and is intended as one of the main pretraining corpora used by Taotern models.
31
+
32
+ ## Supported Tasks
33
+
34
+ - Causal language modeling
35
+ - Continued pretraining
36
+ - Data mixture construction for foundation models
37
+
38
+ ## Languages
39
+
40
+ - English
41
+
42
+ ## Dataset Structure
43
+
44
+ ### Data Instances
45
+
46
+ Each row is a JSON object. Example:
47
+
48
+ ```json
49
+ {
50
+ "text": "Average life span in the wild: 12 years...",
51
+ "id": "<urn:uuid:9c71b6db-6728-48b5-96b5-05fbc0b5bb4f>",
52
+ "dump": "CC-MAIN-2013-20",
53
+ "url": "http://amazingpicturesoftheanimals.blogspot.com/2012/05/mellers-chameleon-facts-pictures.html",
54
+ "date": null,
55
+ "file_path": "s3://commoncrawl/...",
56
+ "language": "en",
57
+ "language_score": 0.9396425485610962,
58
+ "token_count": 359,
59
+ "score": 3.40625,
60
+ "int_score": 3
61
+ }
62
+ ```
63
+
64
+ ### Data Fields
65
+
66
+ - `text`: Cleaned document text used for pretraining.
67
+ - `id`: Sample identifier inherited from the upstream dataset.
68
+ - `dump`: Common Crawl dump identifier.
69
+ - `url`: Source URL from the crawl.
70
+ - `date`: Source date when available.
71
+ - `file_path`: Original Common Crawl WARC path.
72
+ - `language`: Language tag.
73
+ - `language_score`: Upstream language confidence score.
74
+ - `token_count`: Token count metadata.
75
+ - `score`: Quality score metadata.
76
+ - `int_score`: Integer-binned quality score.
77
+
78
+ ### Data Splits
79
+
80
+ - `train`: ~6.7M samples
81
+
82
+ ## Source Data
83
+
84
+ This dataset is derived from:
85
+
86
+ - [HuggingFaceFW/fineweb-edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu)
87
+
88
+ The upstream dataset is a large English web corpus derived from Common Crawl and released by Hugging Face. TaoData applies the TaoData preprocessing pipeline to produce a cleaned training subset suitable for large-scale language model pretraining.
89
+
90
+ ## Processing
91
+
92
+ The dataset was processed with the TaoData framework using:
93
+
94
+ - [`taodata/config/taodata.yaml`](https://github.com/Taotern/TaoData/blob/main/taodata/config/taodata.yaml)
95
+
96
+ At a high level, this release is intended to be a clean, training-ready subset for Taotern model development.
97
+
98
+ ## Intended Use
99
+
100
+ TaoData is designed for:
101
+
102
+ - Pretraining or continued pretraining of large language models
103
+ - Training data ablations and mixture experiments
104
+ - Research on web-scale text filtering and corpus construction
105
+
106
+ ## Limitations
107
+
108
+ - This is web-derived text and may still contain factual errors, bias, noise, or unwanted content.
109
+ - The dataset inherits limitations, source coverage, and potential artifacts from FineWeb-Edu and Common Crawl.
110
+ - It is intended for research and model training, not as a source of verified facts.
111
+
112
+ ## Licensing
113
+
114
+ This dataset is derived from FineWeb-Edu, which is published on Hugging Face under the `odc-by` license at the time of writing. Users should review the upstream dataset card and ensure their use complies with all applicable upstream terms and attribution requirements.
115
+
116
+ ## Citation
117
+
118
+ If you use this dataset, please cite the upstream dataset and the TaoData processing framework as appropriate:
119
+
120
+ ```bibtex
121
+ @misc{fineweb_edu,
122
+ title = {FineWeb-Edu},
123
+ howpublished = {\url{https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu}}
124
+ }
125
+
126
+ @misc{taodata,
127
+ title = {TaoData},
128
+ howpublished = {\url{https://github.com/Taotern/TaoData}}
129
+ }
130
+ ```
131
+
pretrain.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890db8646421dbb993991dac41684b952a57c940abc52c0bff686416d964ca7b
3
+ size 24696295424