Training in progress, epoch 1
Browse files- config.json +95 -0
- model.safetensors +3 -0
- preprocessor_config.json +37 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/resnet-50",
|
3 |
+
"architectures": [
|
4 |
+
"ResNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
4,
|
9 |
+
6,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"downsample_in_bottleneck": false,
|
13 |
+
"downsample_in_first_stage": false,
|
14 |
+
"embedding_size": 64,
|
15 |
+
"hidden_act": "relu",
|
16 |
+
"hidden_sizes": [
|
17 |
+
256,
|
18 |
+
512,
|
19 |
+
1024,
|
20 |
+
2048
|
21 |
+
],
|
22 |
+
"id2label": {
|
23 |
+
"0": "Achaemenid architecture",
|
24 |
+
"1": "American Foursquare architecture",
|
25 |
+
"10": "Chicago school architecture",
|
26 |
+
"11": "Colonial architecture",
|
27 |
+
"12": "Deconstructivism",
|
28 |
+
"13": "Edwardian architecture",
|
29 |
+
"14": "Georgian architecture",
|
30 |
+
"15": "Gothic architecture",
|
31 |
+
"16": "Greek Revival architecture",
|
32 |
+
"17": "International style",
|
33 |
+
"18": "Novelty architecture",
|
34 |
+
"19": "Palladian architecture",
|
35 |
+
"2": "American craftsman style",
|
36 |
+
"20": "Postmodern architecture",
|
37 |
+
"21": "Queen Anne architecture",
|
38 |
+
"22": "Romanesque architecture",
|
39 |
+
"23": "Russian Revival architecture",
|
40 |
+
"24": "Tudor Revival architecture",
|
41 |
+
"3": "Ancient Egyptian architecture",
|
42 |
+
"4": "Art Deco architecture",
|
43 |
+
"5": "Art Nouveau architecture",
|
44 |
+
"6": "Baroque architecture",
|
45 |
+
"7": "Bauhaus architecture",
|
46 |
+
"8": "Beaux-Arts architecture",
|
47 |
+
"9": "Byzantine architecture"
|
48 |
+
},
|
49 |
+
"label2id": {
|
50 |
+
"Achaemenid architecture": "0",
|
51 |
+
"American Foursquare architecture": "1",
|
52 |
+
"American craftsman style": "2",
|
53 |
+
"Ancient Egyptian architecture": "3",
|
54 |
+
"Art Deco architecture": "4",
|
55 |
+
"Art Nouveau architecture": "5",
|
56 |
+
"Baroque architecture": "6",
|
57 |
+
"Bauhaus architecture": "7",
|
58 |
+
"Beaux-Arts architecture": "8",
|
59 |
+
"Byzantine architecture": "9",
|
60 |
+
"Chicago school architecture": "10",
|
61 |
+
"Colonial architecture": "11",
|
62 |
+
"Deconstructivism": "12",
|
63 |
+
"Edwardian architecture": "13",
|
64 |
+
"Georgian architecture": "14",
|
65 |
+
"Gothic architecture": "15",
|
66 |
+
"Greek Revival architecture": "16",
|
67 |
+
"International style": "17",
|
68 |
+
"Novelty architecture": "18",
|
69 |
+
"Palladian architecture": "19",
|
70 |
+
"Postmodern architecture": "20",
|
71 |
+
"Queen Anne architecture": "21",
|
72 |
+
"Romanesque architecture": "22",
|
73 |
+
"Russian Revival architecture": "23",
|
74 |
+
"Tudor Revival architecture": "24"
|
75 |
+
},
|
76 |
+
"layer_type": "bottleneck",
|
77 |
+
"model_type": "resnet",
|
78 |
+
"num_channels": 3,
|
79 |
+
"out_features": [
|
80 |
+
"stage4"
|
81 |
+
],
|
82 |
+
"out_indices": [
|
83 |
+
4
|
84 |
+
],
|
85 |
+
"problem_type": "single_label_classification",
|
86 |
+
"stage_names": [
|
87 |
+
"stem",
|
88 |
+
"stage1",
|
89 |
+
"stage2",
|
90 |
+
"stage3",
|
91 |
+
"stage4"
|
92 |
+
],
|
93 |
+
"torch_dtype": "float32",
|
94 |
+
"transformers_version": "4.41.1"
|
95 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de1c397518a533eef340ee261e7d79b2e22c1c55556e89bf272b09a9f5eb49a5
|
3 |
+
size 94491508
|
preprocessor_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"crop_pct",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_normalize",
|
11 |
+
"image_mean",
|
12 |
+
"image_std",
|
13 |
+
"return_tensors",
|
14 |
+
"data_format",
|
15 |
+
"input_data_format"
|
16 |
+
],
|
17 |
+
"crop_pct": 0.875,
|
18 |
+
"do_normalize": true,
|
19 |
+
"do_rescale": true,
|
20 |
+
"do_resize": true,
|
21 |
+
"image_mean": [
|
22 |
+
0.485,
|
23 |
+
0.456,
|
24 |
+
0.406
|
25 |
+
],
|
26 |
+
"image_processor_type": "ConvNextImageProcessor",
|
27 |
+
"image_std": [
|
28 |
+
0.229,
|
29 |
+
0.224,
|
30 |
+
0.225
|
31 |
+
],
|
32 |
+
"resample": 3,
|
33 |
+
"rescale_factor": 0.00392156862745098,
|
34 |
+
"size": {
|
35 |
+
"shortest_edge": 224
|
36 |
+
}
|
37 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56a404898701ed4a6a8afce6ccc957576ae026ec755d618e012df9d95c3ba53e
|
3 |
+
size 5112
|