Spaces:
Running
Running
Upload 3 files
Browse files- activity_code_map.json +63 -0
- config.yaml +35 -0
- tokenizer.json +0 -0
activity_code_map.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"D43": 1,
|
| 3 |
+
"DP1": 2,
|
| 4 |
+
"DP2": 3,
|
| 5 |
+
"DP5": 4,
|
| 6 |
+
"F30": 5,
|
| 7 |
+
"F31": 6,
|
| 8 |
+
"F32": 7,
|
| 9 |
+
"F99": 8,
|
| 10 |
+
"G11": 9,
|
| 11 |
+
"I01": 10,
|
| 12 |
+
"IK1": 11,
|
| 13 |
+
"IK2": 12,
|
| 14 |
+
"K00": 13,
|
| 15 |
+
"K01": 14,
|
| 16 |
+
"K08": 15,
|
| 17 |
+
"K23": 16,
|
| 18 |
+
"K24": 17,
|
| 19 |
+
"K99": 18,
|
| 20 |
+
"N01": 19,
|
| 21 |
+
"P01": 20,
|
| 22 |
+
"P20": 21,
|
| 23 |
+
"P30": 22,
|
| 24 |
+
"P42": 23,
|
| 25 |
+
"P50": 24,
|
| 26 |
+
"R00": 25,
|
| 27 |
+
"R01": 26,
|
| 28 |
+
"R03": 27,
|
| 29 |
+
"R13": 28,
|
| 30 |
+
"R15": 29,
|
| 31 |
+
"R16": 30,
|
| 32 |
+
"R18": 31,
|
| 33 |
+
"R21": 32,
|
| 34 |
+
"R25": 33,
|
| 35 |
+
"R33": 34,
|
| 36 |
+
"R34": 35,
|
| 37 |
+
"R35": 36,
|
| 38 |
+
"R36": 37,
|
| 39 |
+
"R37": 38,
|
| 40 |
+
"R41": 39,
|
| 41 |
+
"R43": 40,
|
| 42 |
+
"R44": 41,
|
| 43 |
+
"R56": 42,
|
| 44 |
+
"R61": 43,
|
| 45 |
+
"RF1": 44,
|
| 46 |
+
"S10": 45,
|
| 47 |
+
"SC2": 46,
|
| 48 |
+
"T32": 47,
|
| 49 |
+
"T34": 48,
|
| 50 |
+
"U01": 49,
|
| 51 |
+
"U18": 50,
|
| 52 |
+
"U19": 51,
|
| 53 |
+
"U24": 52,
|
| 54 |
+
"U2F": 53,
|
| 55 |
+
"U54": 54,
|
| 56 |
+
"UG1": 55,
|
| 57 |
+
"UH3": 56,
|
| 58 |
+
"UM1": 57,
|
| 59 |
+
"UM2": 58,
|
| 60 |
+
"ZIA": 59,
|
| 61 |
+
"ZIC": 60,
|
| 62 |
+
"ZID": 61
|
| 63 |
+
}
|
config.yaml
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
arch:
|
| 2 |
+
H_cycles: 2
|
| 3 |
+
H_layers: 4
|
| 4 |
+
L_cycles: 2
|
| 5 |
+
L_layers: 4
|
| 6 |
+
expansion: 4
|
| 7 |
+
halt_exploration_prob: 0.1
|
| 8 |
+
halt_max_steps: 16
|
| 9 |
+
hidden_size: 512
|
| 10 |
+
loss:
|
| 11 |
+
loss_type: stablemax_cross_entropy
|
| 12 |
+
name: losses@ACTLossHead
|
| 13 |
+
name: hrm.hrm_act_v1@HierarchicalReasoningModel_ACTV1
|
| 14 |
+
num_heads: 8
|
| 15 |
+
pos_encodings: rope
|
| 16 |
+
puzzle_emb_ndim: 128
|
| 17 |
+
beta1: 0.9
|
| 18 |
+
beta2: 0.95
|
| 19 |
+
checkpoint_every_eval: true
|
| 20 |
+
checkpoint_path: checkpoints/Abstract_optimizer_processed ACT-torch/HierarchicalReasoningModel_ACTV1
|
| 21 |
+
ambrosial-orca
|
| 22 |
+
data_path: data/abstract_optimizer_processed
|
| 23 |
+
epochs: 20000
|
| 24 |
+
eval_interval: 1000
|
| 25 |
+
eval_save_outputs: []
|
| 26 |
+
global_batch_size: 16
|
| 27 |
+
lr: 0.0001
|
| 28 |
+
lr_min_ratio: 1.0
|
| 29 |
+
lr_warmup_steps: 2000
|
| 30 |
+
project_name: Abstract_optimizer_processed ACT-torch
|
| 31 |
+
puzzle_emb_lr: 0.01
|
| 32 |
+
puzzle_emb_weight_decay: 0.1
|
| 33 |
+
run_name: HierarchicalReasoningModel_ACTV1 ambrosial-orca
|
| 34 |
+
seed: 0
|
| 35 |
+
weight_decay: 0.1
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|