Sampson2022 commited on
Commit
19a7f28
1 Parent(s): 07e766a

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -64
config.json DELETED
@@ -1,64 +0,0 @@
1
- {
2
- "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
- "architectures": [
4
- "SwinForImageClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.0,
7
- "depths": [
8
- 2,
9
- 2,
10
- 6,
11
- 2
12
- ],
13
- "drop_path_rate": 0.1,
14
- "embed_dim": 96,
15
- "encoder_stride": 32,
16
- "hidden_act": "gelu",
17
- "hidden_dropout_prob": 0.0,
18
- "hidden_size": 768,
19
- "id2label": {
20
- "0": "0",
21
- "1": "1",
22
- "2": "2",
23
- "3": "3",
24
- "4": "4",
25
- "5": "5",
26
- "6": "6",
27
- "7": "7",
28
- "8": "8",
29
- "9": "9"
30
- },
31
- "image_size": 224,
32
- "initializer_range": 0.02,
33
- "label2id": {
34
- "0": 0,
35
- "1": 1,
36
- "2": 2,
37
- "3": 3,
38
- "4": 4,
39
- "5": 5,
40
- "6": 6,
41
- "7": 7,
42
- "8": 8,
43
- "9": 9
44
- },
45
- "layer_norm_eps": 1e-05,
46
- "mlp_ratio": 4.0,
47
- "model_type": "swin",
48
- "num_channels": 3,
49
- "num_heads": [
50
- 3,
51
- 6,
52
- 12,
53
- 24
54
- ],
55
- "num_layers": 4,
56
- "patch_size": 4,
57
- "path_norm": true,
58
- "problem_type": "single_label_classification",
59
- "qkv_bias": true,
60
- "torch_dtype": "float32",
61
- "transformers_version": "4.20.0",
62
- "use_absolute_embeddings": false,
63
- "window_size": 7
64
- }