ferferefer commited on
Commit
f240eae
·
verified ·
1 Parent(s): 5ed0403

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -79
config.json DELETED
@@ -1,79 +0,0 @@
1
- {
2
- "architectures": [
3
- "SegformerForImageClassification"
4
- ],
5
- "attention_probs_dropout_prob": 0.0,
6
- "classifier_dropout_prob": 0.1,
7
- "decoder_hidden_size": 256,
8
- "depths": [
9
- 2,
10
- 2,
11
- 2,
12
- 2
13
- ],
14
- "downsampling_rates": [
15
- 1,
16
- 4,
17
- 8,
18
- 16
19
- ],
20
- "drop_path_rate": 0.1,
21
- "hidden_act": "gelu",
22
- "hidden_dropout_prob": 0.0,
23
- "hidden_sizes": [
24
- 32,
25
- 64,
26
- 160,
27
- 256
28
- ],
29
- "id2label": {
30
- "0": "na",
31
- "1": "anillo",
32
- "2": "nervio"
33
-
34
- },
35
- "image_size": 224,
36
- "initializer_range": 0.02,
37
- "label2id": {
38
- "na":0,
39
- "anillo":"1",
40
- "nervio":"2"
41
-
42
- },
43
- "layer_norm_eps": 1e-06,
44
- "mlp_ratios": [
45
- 4,
46
- 4,
47
- 4,
48
- 4
49
- ],
50
- "model_type": "segformer",
51
- "num_attention_heads": [
52
- 1,
53
- 2,
54
- 5,
55
- 8
56
- ],
57
- "num_channels": 3,
58
- "num_encoder_blocks": 4,
59
- "patch_sizes": [
60
- 7,
61
- 3,
62
- 3,
63
- 3
64
- ],
65
- "sr_ratios": [
66
- 8,
67
- 4,
68
- 2,
69
- 1
70
- ],
71
- "strides": [
72
- 4,
73
- 2,
74
- 2,
75
- 2
76
- ],
77
- "torch_dtype": "float32",
78
- "transformers_version": "4.12.0.dev0"
79
- }