ljnlonoljpiljm commited on
Commit
8d4a2c7
·
verified ·
1 Parent(s): b2f36e6

Training in progress, step 1024

Browse files
config.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hiera-base-plus-224-in1k-hf",
3
+ "_num_labels": 1,
4
+ "architectures": [
5
+ "HieraForImageClassification"
6
+ ],
7
+ "decoder_depth": null,
8
+ "decoder_hidden_size": null,
9
+ "decoder_num_heads": null,
10
+ "depths": [
11
+ 2,
12
+ 3,
13
+ 16,
14
+ 3
15
+ ],
16
+ "drop_path_rate": 0.0,
17
+ "embed_dim": 112,
18
+ "embed_dim_multiplier": 2.0,
19
+ "hidden_act": "gelu",
20
+ "hidden_size": 896,
21
+ "id2label": {
22
+ "0": "target"
23
+ },
24
+ "image_size": [
25
+ 224,
26
+ 224
27
+ ],
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "target": 0
31
+ },
32
+ "layer_norm_eps": 1e-06,
33
+ "layer_norm_init": 1.0,
34
+ "mask_ratio": 0.6,
35
+ "masked_unit_attention": [
36
+ true,
37
+ true,
38
+ false,
39
+ false
40
+ ],
41
+ "masked_unit_size": [
42
+ 8,
43
+ 8
44
+ ],
45
+ "mlp_ratio": 4.0,
46
+ "model_type": "hiera",
47
+ "norm_pix_loss": true,
48
+ "normalize_pixel_loss": true,
49
+ "num_channels": 3,
50
+ "num_heads": [
51
+ 2,
52
+ 4,
53
+ 8,
54
+ 16
55
+ ],
56
+ "num_layers": 4,
57
+ "num_query_pool": 3,
58
+ "out_features": [
59
+ "stage4"
60
+ ],
61
+ "out_indices": [
62
+ 4
63
+ ],
64
+ "patch_padding": [
65
+ 3,
66
+ 3
67
+ ],
68
+ "patch_size": [
69
+ 7,
70
+ 7
71
+ ],
72
+ "patch_stride": [
73
+ 4,
74
+ 4
75
+ ],
76
+ "problem_type": "regression",
77
+ "query_stride": [
78
+ 2,
79
+ 2
80
+ ],
81
+ "stage_names": [
82
+ "stem",
83
+ "stage1",
84
+ "stage2",
85
+ "stage3",
86
+ "stage4"
87
+ ],
88
+ "torch_dtype": "float32",
89
+ "transformers_version": "4.48.3",
90
+ "use_separate_position_embedding": false
91
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e885d872117c62750e5bcbf4649a742d12c46b20fdfb07cc635c1b0704c1fd4d
3
+ size 276037596
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
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": "BitImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 256
26
+ }
27
+ }
runs/Mar12_02-50-08_3691b8c92f87/events.out.tfevents.1741747815.3691b8c92f87.50517.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ce84906d0cafe7a6ab8728498e00348acd541900b5f25cfca296951cfd6d83
3
+ size 354423
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56af17ff18e3d2f9f48858c788195d047bce08a1405bfe2d74f23643867f34cb
3
+ size 5304