vigneshwar472
commited on
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-large-patch16-224-in21k",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 1024,
|
11 |
+
"id2label": {
|
12 |
+
"0": "airplane",
|
13 |
+
"1": "airport",
|
14 |
+
"10": "cloud",
|
15 |
+
"11": "containers",
|
16 |
+
"12": "crosswalk",
|
17 |
+
"13": "dense residential area",
|
18 |
+
"14": "desert",
|
19 |
+
"15": "dock",
|
20 |
+
"16": "factory",
|
21 |
+
"17": "field",
|
22 |
+
"18": "football field",
|
23 |
+
"19": "forest",
|
24 |
+
"2": "bare soil",
|
25 |
+
"20": "freeway",
|
26 |
+
"21": "golf course",
|
27 |
+
"22": "grass",
|
28 |
+
"23": "greenhouse",
|
29 |
+
"24": "gully",
|
30 |
+
"25": "habor",
|
31 |
+
"26": "intersection",
|
32 |
+
"27": "island",
|
33 |
+
"28": "lake",
|
34 |
+
"29": "mobile home",
|
35 |
+
"3": "baseball diamond",
|
36 |
+
"30": "mountain",
|
37 |
+
"31": "overpass",
|
38 |
+
"32": "park",
|
39 |
+
"33": "parking lot",
|
40 |
+
"34": "parkway",
|
41 |
+
"35": "pavement",
|
42 |
+
"36": "railway",
|
43 |
+
"37": "railway station",
|
44 |
+
"38": "river",
|
45 |
+
"39": "road",
|
46 |
+
"4": "basketball court",
|
47 |
+
"40": "roundabout",
|
48 |
+
"41": "runway",
|
49 |
+
"42": "sand",
|
50 |
+
"43": "sea",
|
51 |
+
"44": "ships",
|
52 |
+
"45": "snow",
|
53 |
+
"46": "snowberg",
|
54 |
+
"47": "sparse residential area",
|
55 |
+
"48": "stadium",
|
56 |
+
"49": "swimming pool",
|
57 |
+
"5": "beach",
|
58 |
+
"50": "tanks",
|
59 |
+
"51": "tennis court",
|
60 |
+
"52": "terrace",
|
61 |
+
"53": "track",
|
62 |
+
"54": "trail",
|
63 |
+
"55": "transmission tower",
|
64 |
+
"56": "trees",
|
65 |
+
"57": "water",
|
66 |
+
"58": "wetland",
|
67 |
+
"59": "wind turbine",
|
68 |
+
"6": "bridge",
|
69 |
+
"7": "buildings",
|
70 |
+
"8": "cars",
|
71 |
+
"9": "chaparral"
|
72 |
+
},
|
73 |
+
"image_size": 224,
|
74 |
+
"initializer_range": 0.02,
|
75 |
+
"intermediate_size": 4096,
|
76 |
+
"label2id": {
|
77 |
+
"airplane": "0",
|
78 |
+
"airport": "1",
|
79 |
+
"bare soil": "2",
|
80 |
+
"baseball diamond": "3",
|
81 |
+
"basketball court": "4",
|
82 |
+
"beach": "5",
|
83 |
+
"bridge": "6",
|
84 |
+
"buildings": "7",
|
85 |
+
"cars": "8",
|
86 |
+
"chaparral": "9",
|
87 |
+
"cloud": "10",
|
88 |
+
"containers": "11",
|
89 |
+
"crosswalk": "12",
|
90 |
+
"dense residential area": "13",
|
91 |
+
"desert": "14",
|
92 |
+
"dock": "15",
|
93 |
+
"factory": "16",
|
94 |
+
"field": "17",
|
95 |
+
"football field": "18",
|
96 |
+
"forest": "19",
|
97 |
+
"freeway": "20",
|
98 |
+
"golf course": "21",
|
99 |
+
"grass": "22",
|
100 |
+
"greenhouse": "23",
|
101 |
+
"gully": "24",
|
102 |
+
"habor": "25",
|
103 |
+
"intersection": "26",
|
104 |
+
"island": "27",
|
105 |
+
"lake": "28",
|
106 |
+
"mobile home": "29",
|
107 |
+
"mountain": "30",
|
108 |
+
"overpass": "31",
|
109 |
+
"park": "32",
|
110 |
+
"parking lot": "33",
|
111 |
+
"parkway": "34",
|
112 |
+
"pavement": "35",
|
113 |
+
"railway": "36",
|
114 |
+
"railway station": "37",
|
115 |
+
"river": "38",
|
116 |
+
"road": "39",
|
117 |
+
"roundabout": "40",
|
118 |
+
"runway": "41",
|
119 |
+
"sand": "42",
|
120 |
+
"sea": "43",
|
121 |
+
"ships": "44",
|
122 |
+
"snow": "45",
|
123 |
+
"snowberg": "46",
|
124 |
+
"sparse residential area": "47",
|
125 |
+
"stadium": "48",
|
126 |
+
"swimming pool": "49",
|
127 |
+
"tanks": "50",
|
128 |
+
"tennis court": "51",
|
129 |
+
"terrace": "52",
|
130 |
+
"track": "53",
|
131 |
+
"trail": "54",
|
132 |
+
"transmission tower": "55",
|
133 |
+
"trees": "56",
|
134 |
+
"water": "57",
|
135 |
+
"wetland": "58",
|
136 |
+
"wind turbine": "59"
|
137 |
+
},
|
138 |
+
"layer_norm_eps": 1e-12,
|
139 |
+
"model_type": "vit",
|
140 |
+
"num_attention_heads": 16,
|
141 |
+
"num_channels": 3,
|
142 |
+
"num_hidden_layers": 24,
|
143 |
+
"patch_size": 16,
|
144 |
+
"problem_type": "multi_label_classification",
|
145 |
+
"qkv_bias": true,
|
146 |
+
"torch_dtype": "float32",
|
147 |
+
"transformers_version": "4.42.3"
|
148 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd22ea168f1200ce5aad413955b06ea3eafd34011ea144dba10af150e9cb1919
|
3 |
+
size 1213499080
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
runs/Aug05_13-44-56_5eef8b5aeace/events.out.tfevents.1722865498.5eef8b5aeace.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6632d887f9d0bde7037fe0394d71cdb48fce2c13af6b15cadff147e357b87f70
|
3 |
+
size 18748
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6a858698395c49f729015d61af5d2a0795d95cb5ac3d75ffe6dec7f3ce84f1b
|
3 |
+
size 5240
|