gneuert commited on
Commit
b9e5d2a
1 Parent(s): 0d48118

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "airplane",
21
+ "1": "automobile",
22
+ "2": "bird",
23
+ "3": "cat",
24
+ "4": "deer",
25
+ "5": "dog",
26
+ "6": "frog",
27
+ "7": "horse",
28
+ "8": "ship",
29
+ "9": "truck"
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "label2id": {
34
+ "airplane": 0,
35
+ "automobile": 1,
36
+ "bird": 2,
37
+ "cat": 3,
38
+ "deer": 4,
39
+ "dog": 5,
40
+ "frog": 6,
41
+ "horse": 7,
42
+ "ship": 8,
43
+ "truck": 9
44
+ },
45
+ "layer_norm_eps": 1e-05,
46
+ "mlp_ratio": 4.0,
47
+ "model_type": "swin",
48
+ "num_channels": 3,
49
+ "num_heads": [
50
+ 3,
51
+ 6,
52
+ 12,
53
+ 24
54
+ ],
55
+ "num_layers": 4,
56
+ "patch_size": 4,
57
+ "path_norm": true,
58
+ "qkv_bias": true,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.25.1",
61
+ "use_absolute_embeddings": false,
62
+ "window_size": 7
63
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ViTFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:762e51524ec9f9d0a0b20c12e95129ba8c4367872df8514c3abdb88173a3c45c
3
+ size 110419441
runs/Jan06_18-15-09_e562d86a3073/1673028935.2122974/events.out.tfevents.1673028935.e562d86a3073.102.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95066334b209fabdf5da71223029cf85aeae81a51d1efdbc82bef681f2bfe76c
3
+ size 5597
runs/Jan06_18-15-09_e562d86a3073/events.out.tfevents.1673028935.e562d86a3073.102.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa986196cf01d066c214718cad7d51ce7b4b3dcf7a842804eb4429215922730
3
+ size 4136
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f6193d98cb9592e20f0ee5678d3e5b821cfd13606de7bf97180cdb804aeb73
3
+ size 3451