File size: 1,829 Bytes
49093ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
license: odc-by
pretty_name: Parameter Golf FineWeb Export
source_datasets:
- HuggingFaceFW/fineweb
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_examples: 15318808
  - name: validation
    num_examples: 50000
---

# Parameter Golf FineWeb Export

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.

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.

## Dataset Structure

- **train**: 15,318,808 documents
- **validation**: 50,000 documents
- Each example contains a single `text` field with the document content.

## Usage

```python
from datasets import load_dataset

ds = load_dataset("mishig/parameter-golf")
```

## License

This dataset is made available under the Open Data Commons Attribution License (ODC-By) v1.0, consistent with the upstream FineWeb dataset license.

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.

## Upstream References

- Original dataset: <https://huggingface.co/datasets/willdepueoai/parameter-golf>
- FineWeb dataset: <https://huggingface.co/datasets/HuggingFaceFW/fineweb>
- ODC-By v1.0: <https://opendatacommons.org/licenses/by/1-0/>
- Common Crawl Terms of Use: <https://commoncrawl.org/terms-of-use>

## Attribution

Please attribute the upstream FineWeb dataset and this derived export when redistributing or using these artifacts.