Le Van Anh commited on
Commit
181f282
1 Parent(s): 903f16c

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-small-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": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "dots",
21
+ "1": "globules:clods",
22
+ "2": "lines",
23
+ "3": "network",
24
+ "4": "pattern",
25
+ "5": "regression structures",
26
+ "6": "shiny white streaks",
27
+ "7": "structureless",
28
+ "8": "vessels"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "label2id": {
33
+ "dots": 0,
34
+ "globules:clods": 1,
35
+ "lines": 2,
36
+ "network": 3,
37
+ "pattern": 4,
38
+ "regression structures": 5,
39
+ "shiny white streaks": 6,
40
+ "structureless": 7,
41
+ "vessels": 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.42.0.dev0",
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:eae9b4fe3c888666810aa7beb5084f6df97bf3911b1a9e1693d26aced00e25ac
3
+ size 195894092
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.485,
21
+ 0.456,
22
+ 0.406
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.229,
27
+ 0.224,
28
+ 0.225
29
+ ],
30
+ "resample": 3,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/May31_00-12-13_ip-10-110-161-167.ap-southeast-2.compute.internal/events.out.tfevents.1717114336.ip-10-110-161-167.ap-southeast-2.compute.internal.9572.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826fd1b9247c819a0b0b95ae2f0a4e1aa9c307872f729964ec2c7fd0fc14abdb
3
+ size 6386
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c847613d1732748b8b89d3c526421b7481f4afbb87e0bec360235a178e2abaff
3
+ size 5240