mattwharper commited on
Commit
eaa8c28
·
verified ·
1 Parent(s): 06ca10c

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "butterfly",
21
+ "1": "cat",
22
+ "2": "cow",
23
+ "3": "dog",
24
+ "4": "elephant",
25
+ "5": "horse",
26
+ "6": "rooster",
27
+ "7": "spider",
28
+ "8": "squirrel"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "label2id": {
33
+ "butterfly": 0,
34
+ "cat": 1,
35
+ "cow": 2,
36
+ "dog": 3,
37
+ "elephant": 4,
38
+ "horse": 5,
39
+ "rooster": 6,
40
+ "spider": 7,
41
+ "squirrel": 8
42
+ },
43
+ "layer_norm_eps": 1e-05,
44
+ "mlp_ratio": 4.0,
45
+ "model_type": "swin",
46
+ "num_channels": 3,
47
+ "num_heads": [
48
+ 3,
49
+ 6,
50
+ 12,
51
+ 24
52
+ ],
53
+ "num_layers": 4,
54
+ "out_features": [
55
+ "stage4"
56
+ ],
57
+ "out_indices": [
58
+ 4
59
+ ],
60
+ "patch_size": 4,
61
+ "path_norm": true,
62
+ "problem_type": "single_label_classification",
63
+ "qkv_bias": true,
64
+ "stage_names": [
65
+ "stem",
66
+ "stage1",
67
+ "stage2",
68
+ "stage3",
69
+ "stage4"
70
+ ],
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.44.2",
73
+ "use_absolute_embeddings": false,
74
+ "window_size": 7
75
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9420ca81edaabcee33d32097c01f098b3348eceed14b5ccfc7ef7b255cb0bd0c
3
+ size 110364364
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.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Sep23_01-14-48_28916c941e73/events.out.tfevents.1727054164.28916c941e73.15580.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60baebd97ed8116aea8a617c9efca4f934a9dd60d44e8f3ad9a50617f395ebfb
3
+ size 5935
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7285fe495f01e8553a0ede577ff9fbd802b33103cf7262195aaff2571be7b4ca
3
+ size 5240