yeahhhh326 commited on
Commit
aba1384
·
verified ·
1 Parent(s): 4f99783

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +29 -11
config.json CHANGED
@@ -1,12 +1,30 @@
1
  {
2
- "cls_token_num": 1,
3
- "max_seq_len": 2048,
4
- "mode": "train_adap_ar",
5
- "num_classes": 101,
6
- "token_dropout_p": 0.1,
7
- "tot_blocks": 4,
8
- "transformers_version": "4.50.0",
9
- "use_fixed_pe": false,
10
- "vocab_size": 8192,
11
- "with_block_sep": true
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "dim": 1280,
3
+ "n_layer": 30,
4
+ "n_head": 20,
5
+ "n_kv_head": null,
6
+ "multiple_of": 256,
7
+ "ffn_dim_multiplier": null,
8
+ "rope_base": 10000,
9
+ "norm_eps": 1e-05,
10
+ "initializer_range": 0.02,
11
+ "token_dropout_p": 0.1,
12
+ "attn_dropout_p": 0.0,
13
+ "resid_dropout_p": 0.1,
14
+ "ffn_dropout_p": 0.1,
15
+ "drop_path_rate": 0.0,
16
+ "num_classes": 101,
17
+ "class_dropout_prob": 0.1,
18
+ "model_type": "class_cond",
19
+ "vocab_size": 8192,
20
+ "cls_token_num": 1,
21
+ "max_batch_size": 32,
22
+ "max_seq_len": 2048,
23
+ "use_fixed_pe": false,
24
+ "frame_prediction": false,
25
+ "mode": "train_adap_ar",
26
+ "with_block_sep": true,
27
+ "tot_blocks": 4,
28
+ "custom_cls_token_num": false,
29
+ "start_ar_block_idx": 0
30
+ }