WestinM commited on
Commit
cfb9df4
·
verified ·
1 Parent(s): 8a3c959

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Swinv2ForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 18,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.1,
13
+ "embed_dim": 128,
14
+ "encoder_stride": 32,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.0,
17
+ "hidden_size": 1024,
18
+ "image_size": 256,
19
+ "initializer_range": 0.02,
20
+ "layer_norm_eps": 1e-05,
21
+ "mlp_ratio": 4.0,
22
+ "model_type": "swinv2",
23
+ "num_channels": 3,
24
+ "num_heads": [
25
+ 4,
26
+ 8,
27
+ 16,
28
+ 32
29
+ ],
30
+ "num_layers": 4,
31
+ "out_features": [
32
+ "stage4"
33
+ ],
34
+ "out_indices": [
35
+ 4
36
+ ],
37
+ "patch_size": 4,
38
+ "path_norm": true,
39
+ "pretrained_window_sizes": [
40
+ 0,
41
+ 0,
42
+ 0,
43
+ 0
44
+ ],
45
+ "problem_type": "single_label_classification",
46
+ "qkv_bias": true,
47
+ "stage_names": [
48
+ "stem",
49
+ "stage1",
50
+ "stage2",
51
+ "stage3",
52
+ "stage4"
53
+ ],
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.51.3",
56
+ "use_absolute_embeddings": false,
57
+ "window_size": 8
58
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:910a03d9fc83155ed4291a3530a05b2bf9a44f969688ae0db01fd6734aed0f67
3
+ size 347645480
preprocessor_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "do_center_crop": null,
7
+ "do_convert_rgb": null,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "ViTImageProcessorFast",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "input_data_format": null,
23
+ "resample": 3,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "return_tensors": null,
26
+ "size": {
27
+ "height": 256,
28
+ "width": 256
29
+ }
30
+ }
runs/Apr27_22-10-15_c7edfe83c547/events.out.tfevents.1745791821.c7edfe83c547.217.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e3e74a685f56b10cbc356402c078a47ed1e491506b773e03f0ad8703e128fde
3
+ size 6295
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c7d8724fc52841e05f2836f0e0200aebfd4ade38c08934bcdf4e5b7393e86a
3
+ size 5560