BTX24 commited on
Commit
ef6e704
·
verified ·
1 Parent(s): 938c8ed

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "HieraForImageClassification"
4
+ ],
5
+ "decoder_depth": null,
6
+ "decoder_hidden_size": null,
7
+ "decoder_num_heads": null,
8
+ "depths": [
9
+ 2,
10
+ 3,
11
+ 16,
12
+ 3
13
+ ],
14
+ "drop_path_rate": 0.0,
15
+ "embed_dim": 96,
16
+ "embed_dim_multiplier": 2.0,
17
+ "hidden_act": "gelu",
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "benign",
21
+ "1": "malignant"
22
+ },
23
+ "image_size": [
24
+ 224,
25
+ 224
26
+ ],
27
+ "initializer_range": 0.02,
28
+ "label2id": {
29
+ "benign": 0,
30
+ "malignant": 1
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
+ 1,
52
+ 2,
53
+ 4,
54
+ 8
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": "single_label_classification",
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.53.1",
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:33293c9f74d3f9846ef975a4d696ee848e375c41c4c5d51d766dac321042b18d
3
+ size 203065440
preprocessor_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "data_format": "channels_first",
7
+ "default_to_square": false,
8
+ "device": null,
9
+ "disable_grouping": null,
10
+ "do_center_crop": true,
11
+ "do_convert_rgb": true,
12
+ "do_normalize": true,
13
+ "do_rescale": true,
14
+ "do_resize": true,
15
+ "image_mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "image_processor_type": "BitImageProcessorFast",
21
+ "image_std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "input_data_format": null,
27
+ "resample": 3,
28
+ "rescale_factor": 0.00392156862745098,
29
+ "return_tensors": null,
30
+ "size": {
31
+ "shortest_edge": 256
32
+ }
33
+ }
runs/Jul06_20-47-46_0676c2d2a721/events.out.tfevents.1751834873.0676c2d2a721.299.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d7186d71a1c361c79ac938417af4dd7a6a11832a6d5529f58a81a7e2322964
3
+ size 5749
runs/Jul06_20-48-42_0676c2d2a721/events.out.tfevents.1751834928.0676c2d2a721.299.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f059ccb826017da1d3347f82c5c9f7eaf331e1a7e195268e0a61e6237f97f03f
3
+ size 6626
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:917ba7920ec1e3542b28216e00dd82c7b8add6d9dd18b565912afa808f12092a
3
+ size 5841