Add ctl_fineweb/_provenance.json
Browse files- ctl_fineweb/_provenance.json +177 -0
ctl_fineweb/_provenance.json
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config": {
|
| 3 |
+
"destination": {
|
| 4 |
+
"config": "ctl_fineweb",
|
| 5 |
+
"private": true,
|
| 6 |
+
"repo": "camgeodesic/metagaming-labeling"
|
| 7 |
+
},
|
| 8 |
+
"source": {
|
| 9 |
+
"data_files": "sample/10BT/000_00000.parquet",
|
| 10 |
+
"provides": {
|
| 11 |
+
"date": "any",
|
| 12 |
+
"dump": "str",
|
| 13 |
+
"file_path": "str",
|
| 14 |
+
"id": "str",
|
| 15 |
+
"language": "str",
|
| 16 |
+
"language_score": "float",
|
| 17 |
+
"text": "str",
|
| 18 |
+
"token_count": "int",
|
| 19 |
+
"url": "str"
|
| 20 |
+
},
|
| 21 |
+
"repo": "HuggingFaceFW/fineweb",
|
| 22 |
+
"split": "train[:200000]",
|
| 23 |
+
"type": "hf"
|
| 24 |
+
},
|
| 25 |
+
"splits": {
|
| 26 |
+
"eval_size": 100,
|
| 27 |
+
"per_cell": false,
|
| 28 |
+
"seed": 42,
|
| 29 |
+
"single_split": "eval",
|
| 30 |
+
"val_size": 100
|
| 31 |
+
},
|
| 32 |
+
"transform": [
|
| 33 |
+
{
|
| 34 |
+
"allow": {
|
| 35 |
+
"language": [
|
| 36 |
+
"en"
|
| 37 |
+
]
|
| 38 |
+
},
|
| 39 |
+
"bounds": {
|
| 40 |
+
"language_score": {
|
| 41 |
+
"min": 0.9
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"kernel": "match",
|
| 45 |
+
"type": "filter"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"kernel": "match",
|
| 49 |
+
"length": {
|
| 50 |
+
"text": {
|
| 51 |
+
"max": 6000,
|
| 52 |
+
"min": 400
|
| 53 |
+
}
|
| 54 |
+
},
|
| 55 |
+
"type": "filter"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"bucket_column": "dump",
|
| 59 |
+
"kernel": "stratified_holdout",
|
| 60 |
+
"mode": "eval_pool",
|
| 61 |
+
"per_bucket": 2000,
|
| 62 |
+
"seed": 42,
|
| 63 |
+
"type": "stateful_filter"
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"categories": [
|
| 67 |
+
"1_capability_evals_oversight",
|
| 68 |
+
"2_ai_safety_oversight",
|
| 69 |
+
"3_human_oversight_testing",
|
| 70 |
+
"4_ai_training_pipeline"
|
| 71 |
+
],
|
| 72 |
+
"categories_column": "term_categories",
|
| 73 |
+
"hits_column": "term_hits",
|
| 74 |
+
"kernel": "term_hits",
|
| 75 |
+
"terms_file": "assets/metagaming_labeling/pools/blocklist_v3.json",
|
| 76 |
+
"text_column": "text",
|
| 77 |
+
"type": "map_column"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"bounds": {
|
| 81 |
+
"term_hits": {
|
| 82 |
+
"max": 0.0
|
| 83 |
+
}
|
| 84 |
+
},
|
| 85 |
+
"kernel": "match",
|
| 86 |
+
"type": "filter"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"categories": [
|
| 90 |
+
"5_swe_tests"
|
| 91 |
+
],
|
| 92 |
+
"hits_column": "swe_hits",
|
| 93 |
+
"kernel": "term_hits",
|
| 94 |
+
"labels_column": "swe_terms",
|
| 95 |
+
"terms_file": "assets/metagaming_labeling/pools/blocklist_v3.json",
|
| 96 |
+
"text_column": "text",
|
| 97 |
+
"type": "map_column"
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"bounds": {
|
| 101 |
+
"swe_hits": {
|
| 102 |
+
"max": 0.0
|
| 103 |
+
}
|
| 104 |
+
},
|
| 105 |
+
"kernel": "match",
|
| 106 |
+
"type": "filter"
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"kernel": "format",
|
| 110 |
+
"target_column": "_id",
|
| 111 |
+
"template": "ctl_fineweb/{id}",
|
| 112 |
+
"type": "map_column"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"kernel": "format",
|
| 116 |
+
"target_column": "_title",
|
| 117 |
+
"template": "{dump}",
|
| 118 |
+
"type": "map_column"
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"column_schema": {
|
| 122 |
+
"dump": "dump",
|
| 123 |
+
"id": "_id",
|
| 124 |
+
"language_score": "language_score",
|
| 125 |
+
"origin": {
|
| 126 |
+
"const": "HuggingFaceFW/fineweb"
|
| 127 |
+
},
|
| 128 |
+
"set": {
|
| 129 |
+
"const": "ctl_fineweb"
|
| 130 |
+
},
|
| 131 |
+
"swe_hits": "swe_hits",
|
| 132 |
+
"swe_terms": "swe_terms",
|
| 133 |
+
"term_categories": "term_categories",
|
| 134 |
+
"term_hits": "term_hits",
|
| 135 |
+
"text": "text",
|
| 136 |
+
"title": "_title",
|
| 137 |
+
"token_count": "token_count",
|
| 138 |
+
"url": "url"
|
| 139 |
+
},
|
| 140 |
+
"ignore_missing": false,
|
| 141 |
+
"type": "project"
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"kernel": "sample_rows",
|
| 145 |
+
"n": 4000,
|
| 146 |
+
"seed": 43,
|
| 147 |
+
"type": "stateful_filter"
|
| 148 |
+
}
|
| 149 |
+
]
|
| 150 |
+
},
|
| 151 |
+
"config_hash_sha256": "e208d1e74433f86f49200c88c0bfd37d78e9dfe3a423f43110aae5a5e32757cf",
|
| 152 |
+
"format_version": 1,
|
| 153 |
+
"git": {
|
| 154 |
+
"dirty": true,
|
| 155 |
+
"head": "78d4657aaa31e3cb8e465423a0601440ecb245b9"
|
| 156 |
+
},
|
| 157 |
+
"invocation": "python -m dataset_builder configs/metagaming_labeling/ctl_fineweb/ctl_fineweb.yaml --build-and-push",
|
| 158 |
+
"resolved_source": {
|
| 159 |
+
"data_files": "sample/10BT/000_00000.parquet",
|
| 160 |
+
"provides": {
|
| 161 |
+
"date": "any",
|
| 162 |
+
"dump": "str",
|
| 163 |
+
"file_path": "str",
|
| 164 |
+
"id": "str",
|
| 165 |
+
"language": "str",
|
| 166 |
+
"language_score": "float",
|
| 167 |
+
"text": "str",
|
| 168 |
+
"token_count": "int",
|
| 169 |
+
"url": "str"
|
| 170 |
+
},
|
| 171 |
+
"repo": "HuggingFaceFW/fineweb",
|
| 172 |
+
"resolved_revision": "9bb295ddab0e05d785b879661af7260fed5140fc",
|
| 173 |
+
"split": "train[:200000]",
|
| 174 |
+
"type": "hf"
|
| 175 |
+
},
|
| 176 |
+
"timestamp_utc": "2026-08-15T17:09:13Z"
|
| 177 |
+
}
|