qq1349420243 commited on
Commit
1101695
·
verified ·
1 Parent(s): eaa3e93

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - poi
4
+ - rqvae
5
+ ---
6
+
7
+ # RQ-VAE (NYC)
8
+
9
+ Generated at: 2025-10-23T16:49:15.856945+00:00Z
10
+
11
+ ## Dataset
12
+
13
+ - Name: NYC
14
+ - POIs: 5135
15
+ - Input dim: 1407
16
+ - Feature dims: {'category': 209, 'region': 91, 'temporal': 24, 'collaborative': 1083}
17
+
18
+ ## Model
19
+
20
+ - VAE hidden dims: [128, 512, 1024]
21
+ - Codebooks: 3 x 32 x 64
22
+ - Commitment weight: 0.5
23
+ - Loss weights: {'reconstruction': 1.0, 'quantization': 1.0, 'utilization': 0.75, 'compactness': 0.75}
24
+
25
+ ## Training
26
+
27
+ - Batch size: 128
28
+ - Epochs: 50
29
+ - LR: 5e-05