hanslab37 commited on
Commit
cb89374
·
verified ·
1 Parent(s): 0de2ace

Training in progress, epoch 0

Browse files
Files changed (4) hide show
  1. config.json +125 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +39 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nvidia/mit-b0",
3
+ "architectures": [
4
+ "SegformerForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout_prob": 0.1,
8
+ "decoder_hidden_size": 256,
9
+ "depths": [
10
+ 2,
11
+ 2,
12
+ 2,
13
+ 2
14
+ ],
15
+ "downsampling_rates": [
16
+ 1,
17
+ 4,
18
+ 8,
19
+ 16
20
+ ],
21
+ "drop_path_rate": 0.1,
22
+ "hidden_act": "gelu",
23
+ "hidden_dropout_prob": 0.0,
24
+ "hidden_sizes": [
25
+ 32,
26
+ 64,
27
+ 160,
28
+ 256
29
+ ],
30
+ "id2label": {
31
+ "0": "Achaemenid architecture",
32
+ "1": "American Foursquare architecture",
33
+ "10": "Chicago school architecture",
34
+ "11": "Colonial architecture",
35
+ "12": "Deconstructivism",
36
+ "13": "Edwardian architecture",
37
+ "14": "Georgian architecture",
38
+ "15": "Gothic architecture",
39
+ "16": "Greek Revival architecture",
40
+ "17": "International style",
41
+ "18": "Novelty architecture",
42
+ "19": "Palladian architecture",
43
+ "2": "American craftsman style",
44
+ "20": "Postmodern architecture",
45
+ "21": "Queen Anne architecture",
46
+ "22": "Romanesque architecture",
47
+ "23": "Russian Revival architecture",
48
+ "24": "Tudor Revival architecture",
49
+ "3": "Ancient Egyptian architecture",
50
+ "4": "Art Deco architecture",
51
+ "5": "Art Nouveau architecture",
52
+ "6": "Baroque architecture",
53
+ "7": "Bauhaus architecture",
54
+ "8": "Beaux-Arts architecture",
55
+ "9": "Byzantine architecture"
56
+ },
57
+ "image_size": 224,
58
+ "initializer_range": 0.02,
59
+ "label2id": {
60
+ "Achaemenid architecture": "0",
61
+ "American Foursquare architecture": "1",
62
+ "American craftsman style": "2",
63
+ "Ancient Egyptian architecture": "3",
64
+ "Art Deco architecture": "4",
65
+ "Art Nouveau architecture": "5",
66
+ "Baroque architecture": "6",
67
+ "Bauhaus architecture": "7",
68
+ "Beaux-Arts architecture": "8",
69
+ "Byzantine architecture": "9",
70
+ "Chicago school architecture": "10",
71
+ "Colonial architecture": "11",
72
+ "Deconstructivism": "12",
73
+ "Edwardian architecture": "13",
74
+ "Georgian architecture": "14",
75
+ "Gothic architecture": "15",
76
+ "Greek Revival architecture": "16",
77
+ "International style": "17",
78
+ "Novelty architecture": "18",
79
+ "Palladian architecture": "19",
80
+ "Postmodern architecture": "20",
81
+ "Queen Anne architecture": "21",
82
+ "Romanesque architecture": "22",
83
+ "Russian Revival architecture": "23",
84
+ "Tudor Revival architecture": "24"
85
+ },
86
+ "layer_norm_eps": 1e-06,
87
+ "mlp_ratios": [
88
+ 4,
89
+ 4,
90
+ 4,
91
+ 4
92
+ ],
93
+ "model_type": "segformer",
94
+ "num_attention_heads": [
95
+ 1,
96
+ 2,
97
+ 5,
98
+ 8
99
+ ],
100
+ "num_channels": 3,
101
+ "num_encoder_blocks": 4,
102
+ "patch_sizes": [
103
+ 7,
104
+ 3,
105
+ 3,
106
+ 3
107
+ ],
108
+ "problem_type": "single_label_classification",
109
+ "reshape_last_stage": true,
110
+ "semantic_loss_ignore_index": 255,
111
+ "sr_ratios": [
112
+ 8,
113
+ 4,
114
+ 2,
115
+ 1
116
+ ],
117
+ "strides": [
118
+ 4,
119
+ 2,
120
+ 2,
121
+ 2
122
+ ],
123
+ "torch_dtype": "float32",
124
+ "transformers_version": "4.41.1"
125
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a3c92737a2dfb78190c26d6bc7820c46360c94f06c0ffc5c11f4acf778faefc
3
+ size 13325828
preprocessor_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "segmentation_maps",
5
+ "do_resize",
6
+ "size",
7
+ "resample",
8
+ "do_rescale",
9
+ "rescale_factor",
10
+ "do_normalize",
11
+ "image_mean",
12
+ "image_std",
13
+ "do_reduce_labels",
14
+ "return_tensors",
15
+ "data_format",
16
+ "input_data_format"
17
+ ],
18
+ "do_normalize": true,
19
+ "do_reduce_labels": false,
20
+ "do_rescale": true,
21
+ "do_resize": true,
22
+ "image_mean": [
23
+ 0.485,
24
+ 0.456,
25
+ 0.406
26
+ ],
27
+ "image_processor_type": "SegformerImageProcessor",
28
+ "image_std": [
29
+ 0.229,
30
+ 0.224,
31
+ 0.225
32
+ ],
33
+ "resample": 2,
34
+ "rescale_factor": 0.00392156862745098,
35
+ "size": {
36
+ "height": 512,
37
+ "width": 512
38
+ }
39
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103425994bdc393b6fc766a05e3b92189dd4043ed1a141a78ab234910d28284a
3
+ size 5112