mishig HF Staff commited on
Commit
49093ed
·
verified ·
1 Parent(s): 149c1b7

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: odc-by
3
+ pretty_name: Parameter Golf FineWeb Export
4
+ source_datasets:
5
+ - HuggingFaceFW/fineweb
6
+ dataset_info:
7
+ features:
8
+ - name: text
9
+ dtype: string
10
+ splits:
11
+ - name: train
12
+ num_examples: 15318808
13
+ - name: validation
14
+ num_examples: 50000
15
+ ---
16
+
17
+ # Parameter Golf FineWeb Export
18
+
19
+ This is a Parquet-converted fork of [`willdepueoai/parameter-golf`](https://huggingface.co/datasets/willdepueoai/parameter-golf), reformatted for compatibility with the HuggingFace dataset viewer and the `datasets` library.
20
+
21
+ The original repository hosts export artifacts derived from [`HuggingFaceFW/fineweb`](https://huggingface.co/datasets/HuggingFaceFW/fineweb), specifically a ~10B-token subset pulled from the 100B FineWeb cut used for parameter-golf experiments.
22
+
23
+ ## Dataset Structure
24
+
25
+ - **train**: 15,318,808 documents
26
+ - **validation**: 50,000 documents
27
+ - Each example contains a single `text` field with the document content.
28
+
29
+ ## Usage
30
+
31
+ ```python
32
+ from datasets import load_dataset
33
+
34
+ ds = load_dataset("mishig/parameter-golf")
35
+ ```
36
+
37
+ ## License
38
+
39
+ This dataset is made available under the Open Data Commons Attribution License (ODC-By) v1.0, consistent with the upstream FineWeb dataset license.
40
+
41
+ The upstream FineWeb dataset card states that FineWeb is released under ODC-By v1.0. Use of this derived dataset is also subject to the Common Crawl Terms of Use referenced by FineWeb.
42
+
43
+ ## Upstream References
44
+
45
+ - Original dataset: <https://huggingface.co/datasets/willdepueoai/parameter-golf>
46
+ - FineWeb dataset: <https://huggingface.co/datasets/HuggingFaceFW/fineweb>
47
+ - ODC-By v1.0: <https://opendatacommons.org/licenses/by/1-0/>
48
+ - Common Crawl Terms of Use: <https://commoncrawl.org/terms-of-use>
49
+
50
+ ## Attribution
51
+
52
+ Please attribute the upstream FineWeb dataset and this derived export when redistributing or using these artifacts.