hazardous commited on
Commit
100a565
·
1 Parent(s): 1027b3f

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "1",
21
+ "1": "2",
22
+ "2": "3",
23
+ "3": "4",
24
+ "4": "5",
25
+ "5": "6",
26
+ "6": "7",
27
+ "7": "8",
28
+ "8": "9",
29
+ "9": "A",
30
+ "10": "B",
31
+ "11": "C",
32
+ "12": "D",
33
+ "13": "E",
34
+ "14": "F",
35
+ "15": "G",
36
+ "16": "H",
37
+ "17": "I",
38
+ "18": "J",
39
+ "19": "K",
40
+ "20": "L",
41
+ "21": "M",
42
+ "22": "N",
43
+ "23": "O",
44
+ "24": "P",
45
+ "25": "Q",
46
+ "26": "R",
47
+ "27": "S",
48
+ "28": "T",
49
+ "29": "U",
50
+ "30": "V",
51
+ "31": "W",
52
+ "32": "X",
53
+ "33": "Y",
54
+ "34": "Z"
55
+ },
56
+ "image_size": 224,
57
+ "initializer_range": 0.02,
58
+ "label2id": {
59
+ "1": 0,
60
+ "2": 1,
61
+ "3": 2,
62
+ "4": 3,
63
+ "5": 4,
64
+ "6": 5,
65
+ "7": 6,
66
+ "8": 7,
67
+ "9": 8,
68
+ "A": 9,
69
+ "B": 10,
70
+ "C": 11,
71
+ "D": 12,
72
+ "E": 13,
73
+ "F": 14,
74
+ "G": 15,
75
+ "H": 16,
76
+ "I": 17,
77
+ "J": 18,
78
+ "K": 19,
79
+ "L": 20,
80
+ "M": 21,
81
+ "N": 22,
82
+ "O": 23,
83
+ "P": 24,
84
+ "Q": 25,
85
+ "R": 26,
86
+ "S": 27,
87
+ "T": 28,
88
+ "U": 29,
89
+ "V": 30,
90
+ "W": 31,
91
+ "X": 32,
92
+ "Y": 33,
93
+ "Z": 34
94
+ },
95
+ "layer_norm_eps": 1e-05,
96
+ "mlp_ratio": 4.0,
97
+ "model_type": "swin",
98
+ "num_channels": 3,
99
+ "num_heads": [
100
+ 3,
101
+ 6,
102
+ 12,
103
+ 24
104
+ ],
105
+ "num_layers": 4,
106
+ "patch_size": 4,
107
+ "path_norm": true,
108
+ "problem_type": "single_label_classification",
109
+ "qkv_bias": true,
110
+ "torch_dtype": "float32",
111
+ "transformers_version": "4.20.1",
112
+ "use_absolute_embeddings": false,
113
+ "window_size": 7
114
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "resample": 3,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a9a8267e4269f12aad5f488e8a1687c8f1dc1a453eab5e0d1e10335bbeab58f
3
+ size 110494383
runs/Feb24_01-47-42_5eadca3058e2/1677203309.4306943/events.out.tfevents.1677203309.5eadca3058e2.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49b2dc05b2e361a090c7a4dbe3615876bf4ad97af97e7daeec4b615e1c93dfce
3
+ size 5402
runs/Feb24_01-47-42_5eadca3058e2/events.out.tfevents.1677203309.5eadca3058e2.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9560f84e9d52c5c1c40d8c944b2331997080296de7eb48ddcb7bbed1f15f224
3
+ size 9626
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b29656d20cb13e205481da897b407052433119a629267756e1978a023b9c985
3
+ size 3375