gianlab commited on
Commit
ecec360
1 Parent(s): 47162cb

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "astilbe",
21
+ "1": "bellflower",
22
+ "2": "black_eyed_susan",
23
+ "3": "calendula",
24
+ "4": "california_poppy",
25
+ "5": "carnation",
26
+ "6": "common_daisy",
27
+ "7": "coreopsis",
28
+ "8": "daffodil",
29
+ "9": "dandelion",
30
+ "10": "iris",
31
+ "11": "magnolia",
32
+ "12": "rose",
33
+ "13": "sunflower",
34
+ "14": "tulip",
35
+ "15": "water_lily"
36
+ },
37
+ "image_size": 224,
38
+ "initializer_range": 0.02,
39
+ "label2id": {
40
+ "astilbe": 0,
41
+ "bellflower": 1,
42
+ "black_eyed_susan": 2,
43
+ "calendula": 3,
44
+ "california_poppy": 4,
45
+ "carnation": 5,
46
+ "common_daisy": 6,
47
+ "coreopsis": 7,
48
+ "daffodil": 8,
49
+ "dandelion": 9,
50
+ "iris": 10,
51
+ "magnolia": 11,
52
+ "rose": 12,
53
+ "sunflower": 13,
54
+ "tulip": 14,
55
+ "water_lily": 15
56
+ },
57
+ "layer_norm_eps": 1e-05,
58
+ "mlp_ratio": 4.0,
59
+ "model_type": "swin",
60
+ "num_channels": 3,
61
+ "num_heads": [
62
+ 3,
63
+ 6,
64
+ 12,
65
+ 24
66
+ ],
67
+ "num_layers": 4,
68
+ "patch_size": 4,
69
+ "path_norm": true,
70
+ "problem_type": "single_label_classification",
71
+ "qkv_bias": true,
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.24.0",
74
+ "use_absolute_embeddings": false,
75
+ "window_size": 7
76
+ }
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:8058d2a8df678fdb12df3e4f656a1d805dc09ad0af09d18769030cf852218ad0
3
+ size 110435951
runs/Nov29_12-57-50_245111afcc8b/1669726729.5420153/events.out.tfevents.1669726729.245111afcc8b.79.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c67fe999d38eda8148d206d620540e887abd5d640cedf57b4489c08aa82034
3
+ size 5589
runs/Nov29_12-57-50_245111afcc8b/events.out.tfevents.1669726729.245111afcc8b.79.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506051813a576ad29e47ab4016457621e41aa4756e3e1e5c4870d4aad7a8e132
3
+ size 6660
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58b96598ea8c886f9e6b896bf02b2b04fbda2f13d37863ef88eb5645d45e6957
3
+ size 3439