Upload foundation_27scenarios.yaml with huggingface_hub
Browse files- foundation_27scenarios.yaml +57 -0
foundation_27scenarios.yaml
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model:
|
| 2 |
+
prompt_dim: 136
|
| 3 |
+
hidden_dim: 1024
|
| 4 |
+
n_layers: 12
|
| 5 |
+
n_heads: 8
|
| 6 |
+
max_T: 26
|
| 7 |
+
prefix_len: 4
|
| 8 |
+
pad_value: 0
|
| 9 |
+
include_aod: true
|
| 10 |
+
|
| 11 |
+
training:
|
| 12 |
+
batch_size: 128
|
| 13 |
+
learning_rate: 0.00002
|
| 14 |
+
epochs: 300
|
| 15 |
+
interaction_weight: 0.01
|
| 16 |
+
n_clusters: 25
|
| 17 |
+
nearest_k: 5
|
| 18 |
+
corridor_k: 5
|
| 19 |
+
corridor_bins: 8
|
| 20 |
+
use_material_features: true
|
| 21 |
+
sort_by: power
|
| 22 |
+
split_by: user
|
| 23 |
+
train_ratio: 0.8
|
| 24 |
+
seed: 42
|
| 25 |
+
|
| 26 |
+
scenarios:
|
| 27 |
+
- city_0_newyork_3p5_s
|
| 28 |
+
- city_1_losangeles_3p5
|
| 29 |
+
- city_2_chicago_3p5
|
| 30 |
+
- city_3_houston_3p5
|
| 31 |
+
- city_4_phoenix_3p5
|
| 32 |
+
- city_5_philadelphia_3p5
|
| 33 |
+
- city_6_miami_3p5
|
| 34 |
+
- city_7_sandiego_3p5
|
| 35 |
+
- city_8_dallas_3p5
|
| 36 |
+
- city_9_sanfrancisco_3p5
|
| 37 |
+
- city_10_austin_3p5
|
| 38 |
+
- city_11_santaclara_3p5
|
| 39 |
+
- city_12_fortworth_3p5
|
| 40 |
+
- city_13_columbus_3p5
|
| 41 |
+
- city_17_seattle_3p5_s
|
| 42 |
+
- city_18_denver_3p5
|
| 43 |
+
- city_19_oklahoma_3p5_s
|
| 44 |
+
- city_16_sanfrancisco_3p5_lwm
|
| 45 |
+
- city_23_beijing_3p5
|
| 46 |
+
- city_31_barcelona_3p5
|
| 47 |
+
- city_35_san_francisco_3p5
|
| 48 |
+
- city_47_chicago_3p5
|
| 49 |
+
- city_89_nairobi_3p5
|
| 50 |
+
- city_91_xiangyang_3p5
|
| 51 |
+
- city_92_sãopaulo_3p5
|
| 52 |
+
- boston5g_3p5
|
| 53 |
+
- city_86_ankara_3p5
|
| 54 |
+
|
| 55 |
+
release:
|
| 56 |
+
checkpoint_filename: first_step_residual_corridor_concat_27scenarios_44710a4a_best_model_checkpoint.pth
|
| 57 |
+
huggingface_repo_id: gblessed/multipathformer-foundation-27scenarios
|