Create config.json
Browse files- config.json +53 -0
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ruffy369/iris-jamesbond",
|
3 |
+
"architectures": [
|
4 |
+
"IrisModel"
|
5 |
+
],
|
6 |
+
"attention": "causal",
|
7 |
+
"attn_pdrop": 0.1,
|
8 |
+
"attn_resolutions": [
|
9 |
+
8,
|
10 |
+
16
|
11 |
+
],
|
12 |
+
"bos_token_id": 50256,
|
13 |
+
"ch": 64,
|
14 |
+
"ch_mult": [
|
15 |
+
1,
|
16 |
+
1,
|
17 |
+
1,
|
18 |
+
1,
|
19 |
+
1
|
20 |
+
],
|
21 |
+
"dropout": 0.0,
|
22 |
+
"embed_dim_tokenizer": 512,
|
23 |
+
"embed_dim_world_model": 256,
|
24 |
+
"embed_pdrop": 0.1,
|
25 |
+
"entropy_weight": 0.001,
|
26 |
+
"eos_token_id": 50256,
|
27 |
+
"gamma": 0.995,
|
28 |
+
"grad_acc_steps_actor_critic": 1,
|
29 |
+
"grad_acc_steps_tokenizer": 1,
|
30 |
+
"grad_acc_steps_world_model": 1,
|
31 |
+
"imagine_horizon_train_actor_critic": 20,
|
32 |
+
"in_channels": 3,
|
33 |
+
"initializer_range": 0.02,
|
34 |
+
"lambda_": 0.95,
|
35 |
+
"max_blocks": 20,
|
36 |
+
"max_tokens": 340,
|
37 |
+
"model_type": "iris",
|
38 |
+
"num_actions": 18,
|
39 |
+
"num_heads": 4,
|
40 |
+
"num_layers": 10,
|
41 |
+
"num_res_blocks": 2,
|
42 |
+
"out_ch": 3,
|
43 |
+
"pad_token_id": 1,
|
44 |
+
"resid_pdrop": 0.1,
|
45 |
+
"resolution": 64,
|
46 |
+
"sequence_length": 20,
|
47 |
+
"tokens_per_block": 17,
|
48 |
+
"transformers_version": "4.42.0.dev0",
|
49 |
+
"use_cache": true,
|
50 |
+
"use_original_obs_actor_critic": false,
|
51 |
+
"vocab_size": 512,
|
52 |
+
"z_channels": 512
|
53 |
+
}
|