lyang84 commited on
Commit
dc790a3
·
verified ·
1 Parent(s): e19102d

Upload V1 cognition mk10plus minimal parquet dataset

Browse files
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # V1 Cognition Benchmark (Minimal)
2
+
3
+ This minimal release contains only the model-ready training table and its basic stats.
4
+
5
+ ## Files
6
+ - `cognition_wallet_market_labels_holdpos_noconf_mk10plus.parquet` (main training set)
7
+ - `cognition_wallet_market_labels_holdpos_noconf_mk10plus_stats.csv` (quick dataset stats)
8
+ - `SHA256SUMS.txt` (integrity checks)
9
+
10
+ ## Headline
11
+ - wallets: 31,319
12
+ - wallet×market rows: 1,810,609
SHA256SUMS.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ 6c775a42406c72d4dfbcbf44948022accbf3f78d615736ac26dbeca8a1b7ae97 /data/polymarket-user-modeling/release/v1_cognition_mk10plus_minimal/cognition_wallet_market_labels_holdpos_noconf_mk10plus.parquet
2
+ 990a4319c199005646233e642bea3786dabf455f57ac54fb59161e2490412618 /data/polymarket-user-modeling/release/v1_cognition_mk10plus_minimal/cognition_wallet_market_labels_holdpos_noconf_mk10plus_stats.csv
cognition_wallet_market_labels_holdpos_noconf_mk10plus.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c775a42406c72d4dfbcbf44948022accbf3f78d615736ac26dbeca8a1b7ae97
3
+ size 102665596
cognition_wallet_market_labels_holdpos_noconf_mk10plus_stats.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ metric,value
2
+ total_wallets_before,45081
3
+ kept_wallets_mk10plus,31319
4
+ dropped_wallets,13762
5
+ kept_wallet_ratio_pct,69.47
6
+ total_rows_before,1868411
7
+ kept_rows_mk10plus,1810609
8
+ dropped_rows,57802
9
+ kept_row_ratio_pct,96.91