BTX24 commited on
Commit
d4b0803
·
verified ·
1 Parent(s): 210309c

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "2": "normal"
23
+ },
24
+ "image_size": [
25
+ 224,
26
+ 224
27
+ ],
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "benign": 0,
31
+ "malignant": 1,
32
+ "normal": 2
33
+ },
34
+ "layer_norm_eps": 1e-06,
35
+ "layer_norm_init": 1.0,
36
+ "mask_ratio": 0.6,
37
+ "masked_unit_attention": [
38
+ true,
39
+ true,
40
+ false,
41
+ false
42
+ ],
43
+ "masked_unit_size": [
44
+ 8,
45
+ 8
46
+ ],
47
+ "mlp_ratio": 4.0,
48
+ "model_type": "hiera",
49
+ "norm_pix_loss": true,
50
+ "normalize_pixel_loss": true,
51
+ "num_channels": 3,
52
+ "num_heads": [
53
+ 1,
54
+ 2,
55
+ 4,
56
+ 8
57
+ ],
58
+ "num_layers": 4,
59
+ "num_query_pool": 3,
60
+ "out_features": [
61
+ "stage4"
62
+ ],
63
+ "out_indices": [
64
+ 4
65
+ ],
66
+ "patch_padding": [
67
+ 3,
68
+ 3
69
+ ],
70
+ "patch_size": [
71
+ 7,
72
+ 7
73
+ ],
74
+ "patch_stride": [
75
+ 4,
76
+ 4
77
+ ],
78
+ "problem_type": "single_label_classification",
79
+ "query_stride": [
80
+ 2,
81
+ 2
82
+ ],
83
+ "stage_names": [
84
+ "stem",
85
+ "stage1",
86
+ "stage2",
87
+ "stage3",
88
+ "stage4"
89
+ ],
90
+ "torch_dtype": "float32",
91
+ "transformers_version": "4.53.1",
92
+ "use_separate_position_embedding": false
93
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eddbe99761089402c2de336af5b2a7a9d550f7efec1a8a268f127d3e4414f2f2
3
+ size 203068516
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/Jul05_23-28-57_50943675aa63/events.out.tfevents.1751758146.50943675aa63.10911.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab33e56787baac24588c7632037a3c8017503f79f693513a34a9b4658f0c553
3
+ size 6668
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45e2af144047660920cb285492dc74ed2c04f59b1e55efbade817cfdf9d45880
3
+ size 5777