actio-v1
Browse files- actio-v1/config.json +31 -0
- actio-v1/custom_tokenizer.json +0 -0
- actio-v1/model.safetensors +3 -0
actio-v1/config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format_version": 1,
|
| 3 |
+
"model_name": "rloop-v1-reasoning-data-d768-ff2048-p3-r3x4-c3-h12-kv4-ctx1024-v16384-rs2-4-qk1-do0e00-mb4-ga8-lr3e-4-ddp-s1337-dataa2cffa7e",
|
| 4 |
+
"model_config": {
|
| 5 |
+
"vocab_size": 16384,
|
| 6 |
+
"d_model": 768,
|
| 7 |
+
"n_heads": 12,
|
| 8 |
+
"n_kv_heads": 4,
|
| 9 |
+
"ffn_hidden_size": 2048,
|
| 10 |
+
"prelude_layers": 3,
|
| 11 |
+
"recurrent_layers": 3,
|
| 12 |
+
"coda_layers": 3,
|
| 13 |
+
"max_reasoning_steps": 4,
|
| 14 |
+
"max_seq_len": 1024,
|
| 15 |
+
"rope_theta": 10000.0,
|
| 16 |
+
"dropout": 0.0,
|
| 17 |
+
"rms_norm_eps": 1e-05,
|
| 18 |
+
"qk_norm": true,
|
| 19 |
+
"gradient_checkpointing": true,
|
| 20 |
+
"logit_chunk_size": 128
|
| 21 |
+
},
|
| 22 |
+
"weights_dtype": "fp16",
|
| 23 |
+
"tied_lm_head_omitted": true,
|
| 24 |
+
"generation_defaults": {
|
| 25 |
+
"reasoning_steps": 2,
|
| 26 |
+
"max_new_tokens": 256,
|
| 27 |
+
"temperature": 0.7,
|
| 28 |
+
"top_p": 0.9,
|
| 29 |
+
"top_k": 50
|
| 30 |
+
}
|
| 31 |
+
}
|
actio-v1/custom_tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
actio-v1/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd7271e2880e202aabd0ae6fe1ba8b843dcfedb893fcfb5912c327c850f22b1c
|
| 3 |
+
size 138460400
|