dongjieyangyang commited on
Commit
ea199f3
·
verified ·
1 Parent(s): ec8e502

Upload RQVAE Dataset/metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. RQVAE Dataset/metadata.json +20 -0
RQVAE Dataset/metadata.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_pois": 7873,
3
+ "num_categories": 190,
4
+ "num_regions": 59,
5
+ "num_users": 2293,
6
+ "num_time_bins": 24,
7
+ "total_dim": 2566,
8
+ "feature_dims": {
9
+ "category": 190,
10
+ "region": 59,
11
+ "temporal": 24,
12
+ "collaborative": 2293
13
+ },
14
+ "feature_offsets": {
15
+ "category": 0,
16
+ "region": 190,
17
+ "temporal": 249,
18
+ "collaborative": 273
19
+ }
20
+ }