parameter-golf / README.md
mishig's picture
mishig HF Staff
Add dataset card
49093ed verified
metadata
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, reformatted for compatibility with the HuggingFace dataset viewer and the datasets library.

The original repository hosts export artifacts derived from 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

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

Attribution

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