File size: 1,416 Bytes
e7882e1 ad896b0 7b5efef e7882e1 7b5efef e7882e1 7b5efef e7882e1 7b5efef e7882e1 | 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 54 55 56 57 58 59 60 61 62 63 64 65 | {
"files": {
"column_index": "column_index.json",
"nodes": "nodes.rkyv",
"offsets": "offsets.rkyv",
"p2f_adj": "p2f_adj.rkyv",
"table_info": "table_info.json",
"text": "text.json"
},
"format_version": 1,
"name": "rel-stack",
"num_db_tables": 7,
"num_nodes": 13594717,
"num_task_tables": 9,
"num_text_strings": 3932268,
"source": "/dfs/user/ranjanr/share/stanford-star/relbench/rel-stack",
"tasks": [
{
"entity_table": "posts",
"kind": "forecast",
"name": "post-votes",
"splits": [
"train",
"val",
"test"
],
"target_col": "popularity",
"task_type": "regression",
"time_col": "timestamp"
},
{
"entity_table": "users",
"kind": "forecast",
"name": "user-badge",
"splits": [
"train",
"val",
"test"
],
"target_col": "WillGetBadge",
"task_type": "binary_classification",
"time_col": "timestamp"
},
{
"entity_table": "users",
"kind": "forecast",
"name": "user-engagement",
"splits": [
"train",
"val",
"test"
],
"target_col": "contribution",
"task_type": "binary_classification",
"time_col": "timestamp"
}
],
"text_embeddings": {
"all-MiniLM-L12-v2": {
"file": "text_emb_all-MiniLM-L12-v2.bin",
"d_text": 384
}
}
}
|