100rab25 commited on
Commit
6c0d1b3
1 Parent(s): 5fbc23d

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "dining",
21
+ "1": "exterior",
22
+ "2": "food_drinks",
23
+ "3": "others",
24
+ "4": "rooms",
25
+ "5": "swimmingPool",
26
+ "6": "washroom"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "dining": 0,
32
+ "exterior": 1,
33
+ "food_drinks": 2,
34
+ "others": 3,
35
+ "rooms": 4,
36
+ "swimmingPool": 5,
37
+ "washroom": 6
38
+ },
39
+ "layer_norm_eps": 1e-05,
40
+ "mlp_ratio": 4.0,
41
+ "model_type": "swin",
42
+ "num_channels": 3,
43
+ "num_heads": [
44
+ 3,
45
+ 6,
46
+ 12,
47
+ 24
48
+ ],
49
+ "num_layers": 4,
50
+ "out_features": [
51
+ "stage4"
52
+ ],
53
+ "out_indices": [
54
+ 4
55
+ ],
56
+ "patch_size": 4,
57
+ "path_norm": true,
58
+ "problem_type": "single_label_classification",
59
+ "qkv_bias": true,
60
+ "stage_names": [
61
+ "stem",
62
+ "stage1",
63
+ "stage2",
64
+ "stage3",
65
+ "stage4"
66
+ ],
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.38.1",
69
+ "use_absolute_embeddings": false,
70
+ "window_size": 7
71
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0767fa2813fe883df86c43040678e6d1464fe0b74b019fc71fb3a0e8501fa887
3
+ size 110358212
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/Mar02_06-03-31_e755fa35774e/events.out.tfevents.1709359437.e755fa35774e.505.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5bb5cc9e8d12fdcc51a5d9c40b8bd114a83b13aae2cbd057fabf514e0d9a11b
3
+ size 34814
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:776a40ae851a38e47eff3faf10d70d5cb6850b3509be28842d4800af8555649b
3
+ size 4984