netcat420 commited on
Commit
97c7df1
·
verified ·
1 Parent(s): 74cd5ca

Upload 4 files

Browse files
Files changed (4) hide show
  1. hierarchos.pt +3 -0
  2. hierarchos_config.json +180 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +13 -0
hierarchos.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:396787af4a7811e5fc87286c9e2f93db37c50b7accbfc72aa45a9e3a08b9a751
3
+ size 931161249
hierarchos_config.json ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "train",
3
+ "train": null,
4
+ "hf_dataset": "netcat420/Experiment_0.1",
5
+ "hf_dataset_config": null,
6
+ "hf_dataset_split": "train",
7
+ "text_column": null,
8
+ "prompt_column": null,
9
+ "completion_column": null,
10
+ "model_path": null,
11
+ "out_dir": "./chatHRM",
12
+ "tokenizer_path": "openai-community/gpt2",
13
+ "resume_from_ckpt": null,
14
+ "shadow_model_path": null,
15
+ "pre_chunked_dataset": false,
16
+ "pre_pt_dataset": false,
17
+ "context_dim": 448,
18
+ "persistent_dim": 128,
19
+ "ltm_slots": 1024,
20
+ "ltm_key_dim": 128,
21
+ "ltm_val_dim": 128,
22
+ "h_hidden": 448,
23
+ "l_hidden": 448,
24
+ "h_stride": 4,
25
+ "max_h_steps": 5,
26
+ "max_l_steps": 5,
27
+ "ltm_topk": 4,
28
+ "max_length": 8880,
29
+ "auto_max_length": false,
30
+ "use_deepembed": true,
31
+ "use_rosa": true,
32
+ "rosa_max_context": 512,
33
+ "rwkv_head_size": 64,
34
+ "epochs": 10,
35
+ "batch_size": 64,
36
+ "accumulation_steps": 1,
37
+ "starting_lr": 9e-05,
38
+ "min_lr": 1e-09,
39
+ "warmup_steps": 0,
40
+ "warmup_ratio": 0.03,
41
+ "disable_lr_schedule": false,
42
+ "ltm_lr": 1e-08,
43
+ "min_ltm_lr": 1e-08,
44
+ "disable_ltm_lr_schedule": true,
45
+ "rwkv_weight_decay": 0.1,
46
+ "ltm_score_grad_scale": 1.0,
47
+ "kayla": false,
48
+ "alpaca": true,
49
+ "train_prompt_tokens": true,
50
+ "strict_all_token_loss": true,
51
+ "prompt_loss_weight": 0.1,
52
+ "response_loss_weight": 1.0,
53
+ "response_boundary_loss_weight": 2.0,
54
+ "response_boundary_tokens": 64,
55
+ "min_response_tokens": 128,
56
+ "drop_empty_completions": true,
57
+ "assistant_recovery": true,
58
+ "lora_r": 8,
59
+ "lora_alpha": 16,
60
+ "grad_clip": 1.0,
61
+ "startup_weight_max_abs": 100.0,
62
+ "max_ce_loss_for_backward": 0.0,
63
+ "max_commitment_cost_for_backward": 4.0,
64
+ "max_ponder_cost_for_backward": 0.0,
65
+ "halt_logit_clamp": 30.0,
66
+ "recurrent_state_clamp": 50.0,
67
+ "context_state_clamp": 50.0,
68
+ "drift_state_clamp": 2.0,
69
+ "activation_clamp": 100.0,
70
+ "ponder_loss_weight": 0.003,
71
+ "commitment_loss_weight": 0.5,
72
+ "commitment_threshold": 0.05,
73
+ "l_conv_atol": 0.0001,
74
+ "detach_every_n_steps": 32,
75
+ "h_halt_thresh": 0.9,
76
+ "encourage_thinking": false,
77
+ "adaptive_ponder": true,
78
+ "ponder_target_scale": 0.5,
79
+ "memory_token_routers": true,
80
+ "memory_gate_warmup_steps": 5000,
81
+ "memory_gate_warmup_floor": 0.1,
82
+ "reset_halt_bias": null,
83
+ "override_scheduling": false,
84
+ "persist_state": false,
85
+ "training_chunk_size": 256,
86
+ "cuda_loss_chunk_rows": 17136,
87
+ "cuda_chunked_lm_loss": true,
88
+ "cpu_loss_chunk_rows": 0,
89
+ "cpu_chunked_lm_loss": true,
90
+ "ltm_cpu_gather_retrieval": true,
91
+ "ltm_cpu_sparse_update": true,
92
+ "debug_numerics": false,
93
+ "save_steps": 600,
94
+ "progress_log_steps": 25,
95
+ "padding_metric_steps": 0,
96
+ "padding_metrics": true,
97
+ "num_workers": 8,
98
+ "prefetch_factor": null,
99
+ "pt_cache_size": 2,
100
+ "length_bucketing": true,
101
+ "length_bucket_size": 131072,
102
+ "auto_length_bucket_size": true,
103
+ "length_bucket_auto_tolerance": 0.005,
104
+ "streaming_datasets": true,
105
+ "hf_streaming_shuffle_buffer": 10000,
106
+ "hf_auto_shard": false,
107
+ "hf_shard_cache_dir": null,
108
+ "refresh_hf_shards": false,
109
+ "hf_cache_chunks_per_file": 2048,
110
+ "hf_token_cache": true,
111
+ "hf_token_cache_dir": null,
112
+ "refresh_hf_token_cache": false,
113
+ "amp": true,
114
+ "dataset_size": null,
115
+ "compile": true,
116
+ "force_compile": true,
117
+ "compile_mode": "max-autotune-no-cudagraphs",
118
+ "compile_dynamic": false,
119
+ "compile_backend": null,
120
+ "compile_fullgraph_worker": false,
121
+ "compile_cudagraphs": false,
122
+ "compile_pad_to_chunk_size": true,
123
+ "compile_static_worker_loop": null,
124
+ "compile_h_rnn": true,
125
+ "compile_quiet": true,
126
+ "eval_tasks": null,
127
+ "eval_every_epoch": 1,
128
+ "eval_batch_size": 1,
129
+ "eval_limit": null,
130
+ "eval_steps": null,
131
+ "benchmark_suite": null,
132
+ "benchmark": null,
133
+ "benchmark_all": false,
134
+ "benchmark_sequential": false,
135
+ "benchmark_out_dir": "./benchmark_results",
136
+ "benchmark_run_name": null,
137
+ "list_benchmarks": false,
138
+ "strict_benchmarks": false,
139
+ "arc_agi_path": null,
140
+ "arc_agi_max_tasks": null,
141
+ "arc_agi_max_test_items": null,
142
+ "arc_agi_keep_samples": false,
143
+ "temperature": 1.0,
144
+ "top_k": 40,
145
+ "top_p": 0.9,
146
+ "repetition_penalty": 1.2,
147
+ "max_new_tokens": 512,
148
+ "entropy_stop_threshold": 0.0,
149
+ "entropy_stop_min_tokens": 3,
150
+ "entropy_stop_top_prob": 0.05,
151
+ "eos_stop_prob": 0.0,
152
+ "device": null,
153
+ "threads": 24,
154
+ "enable_quantized_learning": false,
155
+ "ltm_lora_path": null,
156
+ "static_ltm_lr": true,
157
+ "ltm_schedule_steps": 100,
158
+ "ltm_schedule_min_lr": 1e-05,
159
+ "finetune_unlock_percent": null,
160
+ "gradient_checkpointing": false,
161
+ "passive_learning": true,
162
+ "passive_response_learning": false,
163
+ "passive_lr": 5e-06,
164
+ "surprise_threshold": 1.0,
165
+ "chat_state_file": null,
166
+ "resume_chat_from_state_file": null,
167
+ "chat_input_history_turns": 4,
168
+ "chat_input_history_chars": 3000,
169
+ "ckpt_input": null,
170
+ "inf_output": null,
171
+ "ckpt_tok_path": null,
172
+ "amp_dtype": "bfloat16",
173
+ "vocab_size": 50257,
174
+ "drift_norm_clamp": 4.0,
175
+ "drift_delta_scale": 0.35,
176
+ "rwkv_channel_mix_key_clamp": 12.0,
177
+ "ltm_training_mode": "read-only",
178
+ "rwkv_channel_mix_deepembed_clamp": 4.0,
179
+ "completed_epoch": 13
180
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": false,
8
+ "local_files_only": false,
9
+ "model_max_length": 8880,
10
+ "pad_token": "<|endoftext|>",
11
+ "tokenizer_class": "GPT2Tokenizer",
12
+ "unk_token": "<|endoftext|>"
13
+ }