aspis commited on
Commit
9cbe312
·
1 Parent(s): 27bd84b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-base-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
+ "id2label": {
20
+ "0": "apple",
21
+ "1": "banana",
22
+ "10": "juice",
23
+ "11": "muffin",
24
+ "12": "orange",
25
+ "13": "pineapple",
26
+ "14": "popcorn",
27
+ "15": "pretzel",
28
+ "16": "salad",
29
+ "17": "strawberry",
30
+ "18": "waffle",
31
+ "19": "watermelon",
32
+ "2": "cake",
33
+ "3": "candy",
34
+ "4": "carrot",
35
+ "5": "cookie",
36
+ "6": "doughnut",
37
+ "7": "grape",
38
+ "8": "hot dog",
39
+ "9": "ice cream"
40
+ },
41
+ "image_size": 224,
42
+ "initializer_range": 0.02,
43
+ "label2id": {
44
+ "apple": "0",
45
+ "banana": "1",
46
+ "cake": "2",
47
+ "candy": "3",
48
+ "carrot": "4",
49
+ "cookie": "5",
50
+ "doughnut": "6",
51
+ "grape": "7",
52
+ "hot dog": "8",
53
+ "ice cream": "9",
54
+ "juice": "10",
55
+ "muffin": "11",
56
+ "orange": "12",
57
+ "pineapple": "13",
58
+ "popcorn": "14",
59
+ "pretzel": "15",
60
+ "salad": "16",
61
+ "strawberry": "17",
62
+ "waffle": "18",
63
+ "watermelon": "19"
64
+ },
65
+ "layer_norm_eps": 1e-05,
66
+ "mlp_ratio": 4.0,
67
+ "model_type": "swin",
68
+ "num_channels": 3,
69
+ "num_heads": [
70
+ 4,
71
+ 8,
72
+ 16,
73
+ 32
74
+ ],
75
+ "num_layers": 4,
76
+ "patch_size": 4,
77
+ "path_norm": true,
78
+ "problem_type": "single_label_classification",
79
+ "qkv_bias": true,
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.19.2",
82
+ "use_absolute_embeddings": false,
83
+ "window_size": 7
84
+ }
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:520391f0d13c42503e48c9e619976f480104c4a6b519ef4ab6d6c96dd6658c7b
3
+ size 347670271
runs/Jun08_18-26-19_08eb2050d7de/1654712794.5385149/events.out.tfevents.1654712794.08eb2050d7de.82.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d16f05c563327fc9ec8d8fae9e79a06d0cc80acf3eb0373849c23a3376bd51
3
+ size 5194
runs/Jun08_18-26-19_08eb2050d7de/events.out.tfevents.1654712794.08eb2050d7de.82.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b377ab22acba749ab1509fc1a8698dc4360e309ea58fc3c878d50bf430234b1
3
+ size 5320
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ac0331a3d496a38cda84af863e2c87718da0d277942ff0403465288ee855e92
3
+ size 3247