yeahhhh326 commited on
Commit
df5af4d
·
verified ·
1 Parent(s): 1fdbadb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +25 -10
config.json CHANGED
@@ -1,15 +1,30 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "cls_token_num": 1025,
3
- "custom_cls_token_num": true,
4
- "frame_prediction": true,
5
  "max_seq_len": 1536,
 
 
6
  "mode": "train_adap_ar_fp",
7
- "num_classes": 101,
8
- "start_ar_block_idx": 1,
9
- "token_dropout_p": 0.1,
10
  "tot_blocks": 3,
11
- "transformers_version": "4.50.0",
12
- "use_fixed_pe": false,
13
- "vocab_size": 8192,
14
- "with_block_sep": true
15
- }
 
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": 1025,
21
+ "max_batch_size": 32,
 
22
  "max_seq_len": 1536,
23
+ "use_fixed_pe": false,
24
+ "frame_prediction": true,
25
  "mode": "train_adap_ar_fp",
26
+ "with_block_sep": true,
 
 
27
  "tot_blocks": 3,
28
+ "custom_cls_token_num": true,
29
+ "start_ar_block_idx": 1
30
+ }