MerRec / feature_map.json
salmon1802's picture
Upload folder using huggingface_hub
79b1a9f verified
Raw
History Blame Contribute Delete
3.96 kB
{
"dataset_id": "MerRec_Action",
"num_fields": 17,
"total_features": 50141966,
"input_length": 20,
"labels": [
"Like",
"Cart",
"Offer",
"Checkout",
"Purchase"
],
"features": [
{
"user_index": {
"type": "meta"
}
},
{
"item_index": {
"type": "meta"
}
},
{
"seq_len": {
"type": "meta"
}
},
{
"user_id": {
"source": "",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 1697916
}
},
{
"item_id": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 43817684
}
},
{
"product_id": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 893620
}
},
{
"price_bucket": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 10
}
},
{
"c0_id": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 18
}
},
{
"c1_id": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 310
}
},
{
"c2_id": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 3042
}
},
{
"brand_id": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 19783
}
},
{
"item_condition_id": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 7
}
},
{
"size_id": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 356
}
},
{
"shipper_id": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 3
}
},
{
"color": {
"source": "item",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 7311
}
},
{
"session_id": {
"source": "",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 3701837
}
},
{
"day_of_week": {
"source": "",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 8
}
},
{
"is_weekend": {
"source": "",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 3
}
},
{
"hour": {
"source": "",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 25
}
},
{
"action": {
"source": "action",
"type": "categorical",
"padding_idx": 0,
"vocab_size": 33
}
}
]
}