anicolson commited on
Commit
0a5149b
1 Parent(s): 158ba4d

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -54
config.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "_name_or_path": "/datasets/work/hb-mlaifsp-mm/work/checkpoints/uniformer_base_tl_384",
3
- "architectures": [
4
- "UniFormerModel"
5
- ],
6
- "attention_probs_dropout_prob": 0.0,
7
- "attn_drop_rate": 0.0,
8
- "auto_map": {
9
- "AutoModel": "modelling_uniformer.UniFormerModel"
10
- },
11
- "conv_stem": false,
12
- "depth": [
13
- 5,
14
- 8,
15
- 20,
16
- 7
17
- ],
18
- "drop_path_rate": 0.3,
19
- "drop_rate": 0.0,
20
- "embed_dim": [
21
- 64,
22
- 128,
23
- 320,
24
- 512
25
- ],
26
- "encoder_stride": 16,
27
- "head_dim": 64,
28
- "hidden_act": "gelu",
29
- "hidden_dropout_prob": 0.0,
30
- "hidden_size": 768,
31
- "image_size": 384,
32
- "in_chans": 3,
33
- "initializer_range": 0.02,
34
- "intermediate_size": 3072,
35
- "layer_norm_eps": 1e-06,
36
- "mlp_ratio": 4,
37
- "model_type": "vit",
38
- "num_attention_heads": 12,
39
- "num_channels": 3,
40
- "num_classes": 1000,
41
- "num_hidden_layers": 12,
42
- "patch_size": [
43
- 4,
44
- 2,
45
- 2,
46
- 2
47
- ],
48
- "projection_size": null,
49
- "qk_scale": null,
50
- "qkv_bias": true,
51
- "representation_size": null,
52
- "torch_dtype": "float32",
53
- "transformers_version": "4.39.3"
54
- }