chuannguyen1's picture
Upload folder using huggingface_hub
e6ea0f1 verified
Raw
History Blame Contribute Delete
1.13 kB
{
"train": {
"n_steps": 500000,
"unique_users": 15991,
"unique_target_items": 323000,
"steps_per_user": {
"min": 1,
"max": 1482,
"mean": 31.27,
"median": 15.0
},
"history_length": {
"min": 1,
"max": 20,
"mean": 15.32
},
"budget": {
"min": 0.1,
"max": 36023.0455,
"mean": 215.2386
}
},
"val": {
"n_steps": 999938,
"unique_users": 999938,
"unique_target_items": 543965,
"steps_per_user": {
"min": 1,
"max": 1,
"mean": 1.0,
"median": 1.0
},
"history_length": {
"min": 1,
"max": 20,
"mean": 9.2
},
"budget": {
"min": 0.1,
"max": 197783.2,
"mean": 242.7188
}
},
"test": {
"n_steps": 999938,
"unique_users": 999938,
"unique_target_items": 528265,
"steps_per_user": {
"min": 1,
"max": 1,
"mean": 1.0,
"median": 1.0
},
"history_length": {
"min": 2,
"max": 20,
"mean": 10.03
},
"budget": {
"min": 0.1,
"max": 132168.8,
"mean": 244.3948
}
}
}