WestinM commited on
Commit
50dce32
·
verified ·
1 Parent(s): 397f6c9

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id2label": {
19
+ "0": "LABEL_0",
20
+ "1": "LABEL_1",
21
+ "2": "LABEL_2",
22
+ "3": "LABEL_3",
23
+ "4": "LABEL_4",
24
+ "5": "LABEL_5",
25
+ "6": "LABEL_6"
26
+ },
27
+ "image_size": 256,
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "LABEL_0": 0,
31
+ "LABEL_1": 1,
32
+ "LABEL_2": 2,
33
+ "LABEL_3": 3,
34
+ "LABEL_4": 4,
35
+ "LABEL_5": 5,
36
+ "LABEL_6": 6
37
+ },
38
+ "layer_norm_eps": 1e-05,
39
+ "mlp_ratio": 4.0,
40
+ "model_type": "swinv2",
41
+ "num_channels": 3,
42
+ "num_heads": [
43
+ 4,
44
+ 8,
45
+ 16,
46
+ 32
47
+ ],
48
+ "num_layers": 4,
49
+ "out_features": [
50
+ "stage4"
51
+ ],
52
+ "out_indices": [
53
+ 4
54
+ ],
55
+ "patch_size": 4,
56
+ "path_norm": true,
57
+ "pretrained_window_sizes": [
58
+ 0,
59
+ 0,
60
+ 0,
61
+ 0
62
+ ],
63
+ "problem_type": "single_label_classification",
64
+ "qkv_bias": true,
65
+ "stage_names": [
66
+ "stem",
67
+ "stage1",
68
+ "stage2",
69
+ "stage3",
70
+ "stage4"
71
+ ],
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.51.3",
74
+ "use_absolute_embeddings": false,
75
+ "window_size": 8
76
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b824b1b000426fb41e6ef50891d086811286ae1325f6fbf3f67beddeba14ab
3
+ size 347665996
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/May16_13-52-16_398ce32b1fad/events.out.tfevents.1747403555.398ce32b1fad.261.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f88a429a88e7059e2da4306edb89d4f381aa84a75ec144ab11415a7b2413377
3
+ size 7061
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:603a4203081b5fcd6b11f488b27b523bd7dae6f09119776e9a63a3dd4122efb5
3
+ size 5496