Circularmachines commited on
Commit
b9533d3
1 Parent(s): d30372d

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-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": 768,
11
+ "id2label": {
12
+ "0": "0000",
13
+ "1": "0001",
14
+ "10": "0010",
15
+ "11": "0011",
16
+ "12": "0012",
17
+ "13": "0013",
18
+ "14": "0014",
19
+ "15": "0015",
20
+ "16": "0016",
21
+ "17": "0017",
22
+ "18": "0018",
23
+ "19": "0019",
24
+ "2": "0002",
25
+ "20": "0020",
26
+ "21": "0021",
27
+ "22": "0022",
28
+ "23": "0023",
29
+ "24": "0024",
30
+ "25": "0025",
31
+ "26": "0026",
32
+ "27": "0027",
33
+ "28": "0028",
34
+ "29": "0029",
35
+ "3": "0003",
36
+ "30": "0030",
37
+ "31": "0031",
38
+ "32": "0032",
39
+ "33": "0033",
40
+ "34": "0034",
41
+ "35": "0035",
42
+ "36": "0036",
43
+ "37": "0037",
44
+ "38": "0038",
45
+ "39": "0039",
46
+ "4": "0004",
47
+ "40": "0040",
48
+ "41": "0041",
49
+ "42": "0042",
50
+ "43": "0043",
51
+ "44": "0044",
52
+ "45": "0045",
53
+ "46": "0046",
54
+ "47": "0047",
55
+ "48": "0048",
56
+ "49": "0049",
57
+ "5": "0005",
58
+ "50": "0050",
59
+ "51": "0051",
60
+ "52": "0052",
61
+ "53": "0053",
62
+ "6": "0006",
63
+ "7": "0007",
64
+ "8": "0008",
65
+ "9": "0009"
66
+ },
67
+ "image_size": 224,
68
+ "initializer_range": 0.02,
69
+ "intermediate_size": 3072,
70
+ "label2id": {
71
+ "0000": "0",
72
+ "0001": "1",
73
+ "0002": "2",
74
+ "0003": "3",
75
+ "0004": "4",
76
+ "0005": "5",
77
+ "0006": "6",
78
+ "0007": "7",
79
+ "0008": "8",
80
+ "0009": "9",
81
+ "0010": "10",
82
+ "0011": "11",
83
+ "0012": "12",
84
+ "0013": "13",
85
+ "0014": "14",
86
+ "0015": "15",
87
+ "0016": "16",
88
+ "0017": "17",
89
+ "0018": "18",
90
+ "0019": "19",
91
+ "0020": "20",
92
+ "0021": "21",
93
+ "0022": "22",
94
+ "0023": "23",
95
+ "0024": "24",
96
+ "0025": "25",
97
+ "0026": "26",
98
+ "0027": "27",
99
+ "0028": "28",
100
+ "0029": "29",
101
+ "0030": "30",
102
+ "0031": "31",
103
+ "0032": "32",
104
+ "0033": "33",
105
+ "0034": "34",
106
+ "0035": "35",
107
+ "0036": "36",
108
+ "0037": "37",
109
+ "0038": "38",
110
+ "0039": "39",
111
+ "0040": "40",
112
+ "0041": "41",
113
+ "0042": "42",
114
+ "0043": "43",
115
+ "0044": "44",
116
+ "0045": "45",
117
+ "0046": "46",
118
+ "0047": "47",
119
+ "0048": "48",
120
+ "0049": "49",
121
+ "0050": "50",
122
+ "0051": "51",
123
+ "0052": "52",
124
+ "0053": "53"
125
+ },
126
+ "layer_norm_eps": 1e-12,
127
+ "model_type": "vit",
128
+ "num_attention_heads": 12,
129
+ "num_channels": 3,
130
+ "num_hidden_layers": 12,
131
+ "patch_size": 16,
132
+ "problem_type": "single_label_classification",
133
+ "qkv_bias": true,
134
+ "torch_dtype": "float32",
135
+ "transformers_version": "4.27.1"
136
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca781afc5ae96e55e35968e5c5045032a9ecb71527db38a9ef21da59f670f91
3
+ size 343428653
runs/Mar16_11-29-53_ecc3e71f9085/1678966206.9906988/events.out.tfevents.1678966206.ecc3e71f9085.5930.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f558973f172801bc98105f1454ce98a255f6e45006ea21fc3a967cd3d20ae61b
3
+ size 5788
runs/Mar16_11-29-53_ecc3e71f9085/events.out.tfevents.1678966206.ecc3e71f9085.5930.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45228ee47d1ba084bf6f1ab7079e1bda662d6956e6bf771f255e5af7b0c0497c
3
+ size 11242
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eca8666ddcfbb76ee6be826a0a19c3b44c2ae80cdfa5a54f3c20034ef63f511
3
+ size 3579