Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- all_config.yaml +34 -0
- checkpoint +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
checkpoint filter=lfs diff=lfs merge=lfs -text
|
all_config.yaml
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: 512
|
| 17 |
+
beta1: 0.9
|
| 18 |
+
beta2: 0.95
|
| 19 |
+
checkpoint_every_eval: true
|
| 20 |
+
checkpoint_path: checkpoints/Sudoku-extreme-1k-aug-1000/HierarchicalReasoningModel_ACTV1 manipulative-peacock
|
| 21 |
+
data_path: data/sudoku-extreme-1k-aug-1000
|
| 22 |
+
epochs: 40000
|
| 23 |
+
eval_interval: 4000
|
| 24 |
+
eval_save_outputs: []
|
| 25 |
+
global_batch_size: 768
|
| 26 |
+
lr: 0.0001
|
| 27 |
+
lr_min_ratio: 1.0
|
| 28 |
+
lr_warmup_steps: 2000
|
| 29 |
+
project_name: Sudoku-extreme-1k-aug-1000
|
| 30 |
+
puzzle_emb_lr: 0.0001
|
| 31 |
+
puzzle_emb_weight_decay: 1.0
|
| 32 |
+
run_name: HierarchicalReasoningModel_ACTV1 manipulative-peacock
|
| 33 |
+
seed: 0
|
| 34 |
+
weight_decay: 1.0
|
checkpoint
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0befd4a9f33a090d46df00728160ddbd69b81bcfdb8064ccfde0c867dd3836b9
|
| 3 |
+
size 109123938
|