pchen182224 commited on
Commit
1563cd0
·
verified ·
1 Parent(s): 140a03c

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -24
config.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "act": "gelu",
3
- "attn_dropout": 0.4,
4
- "c_in": 1,
5
- "context_points": 528,
6
- "d_ff": 512,
7
- "d_layers": 3,
8
- "d_model": 256,
9
- "dropout": 0.0,
10
- "e_layers": 3,
11
- "head_dropout": 0,
12
- "head_type": "prediction",
13
- "initializer_range": 0.02,
14
- "mask_mode": "patch",
15
- "mask_nums": 3,
16
- "model_type": "LightGTS",
17
- "n_heads": 16,
18
- "num_patch": 11,
19
- "patch_len": 48,
20
- "shared_embedding": true,
21
- "stride": 48,
22
- "target_dim": 192,
23
- "transformers_version": "4.30.2"
24
- }