kordML commited on
Commit
f05de5f
·
verified ·
1 Parent(s): dab4944

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,24 +1,14 @@
1
  {
 
2
  "architectures": [
3
- "ResNetForImageClassification"
4
  ],
5
- "depths": [
6
- 3,
7
- 4,
8
- 6,
9
- 3
10
- ],
11
- "downsample_in_bottleneck": false,
12
- "downsample_in_first_stage": false,
13
  "dtype": "float32",
14
- "embedding_size": 64,
15
- "hidden_act": "relu",
16
- "hidden_sizes": [
17
- 64,
18
- 128,
19
- 256,
20
- 512
21
- ],
22
  "id2label": {
23
  "0": "abnormal_lymphocyte",
24
  "1": "agg_plt",
@@ -39,6 +29,8 @@
39
  "8": "immature_wbc",
40
  "9": "lymphocyte"
41
  },
 
 
42
  "label2id": {
43
  "abnormal_lymphocyte": "0",
44
  "agg_plt": "1",
@@ -59,21 +51,38 @@
59
  "smudge": "16",
60
  "unk_wbc": "17"
61
  },
62
- "layer_type": "basic",
63
- "model_type": "resnet",
 
 
 
64
  "num_channels": 3,
 
65
  "out_features": [
66
- "stage4"
67
  ],
68
  "out_indices": [
69
- 4
70
  ],
 
 
 
71
  "stage_names": [
72
  "stem",
73
  "stage1",
74
  "stage2",
75
  "stage3",
76
- "stage4"
 
 
 
 
 
 
 
 
77
  ],
78
- "transformers_version": "4.56.1"
 
 
79
  }
 
1
  {
2
+ "apply_layernorm": true,
3
  "architectures": [
4
+ "Dinov2ForImageClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "drop_path_rate": 0.0,
 
 
 
 
 
 
8
  "dtype": "float32",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
 
 
 
 
 
12
  "id2label": {
13
  "0": "abnormal_lymphocyte",
14
  "1": "agg_plt",
 
29
  "8": "immature_wbc",
30
  "9": "lymphocyte"
31
  },
32
+ "image_size": 518,
33
+ "initializer_range": 0.02,
34
  "label2id": {
35
  "abnormal_lymphocyte": "0",
36
  "agg_plt": "1",
 
51
  "smudge": "16",
52
  "unk_wbc": "17"
53
  },
54
+ "layer_norm_eps": 1e-06,
55
+ "layerscale_value": 1.0,
56
+ "mlp_ratio": 4,
57
+ "model_type": "dinov2",
58
+ "num_attention_heads": 12,
59
  "num_channels": 3,
60
+ "num_hidden_layers": 12,
61
  "out_features": [
62
+ "stage12"
63
  ],
64
  "out_indices": [
65
+ 12
66
  ],
67
+ "patch_size": 14,
68
+ "qkv_bias": true,
69
+ "reshape_hidden_states": true,
70
  "stage_names": [
71
  "stem",
72
  "stage1",
73
  "stage2",
74
  "stage3",
75
+ "stage4",
76
+ "stage5",
77
+ "stage6",
78
+ "stage7",
79
+ "stage8",
80
+ "stage9",
81
+ "stage10",
82
+ "stage11",
83
+ "stage12"
84
  ],
85
+ "transformers_version": "4.56.1",
86
+ "use_mask_token": true,
87
+ "use_swiglu_ffn": false
88
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d827eca4e7e51aa74c42cff89d7acbc0bbdca74c9804d78d97a61f05b73761b
3
- size 85272184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da26c92b37c4d3041a5e60469adb1204a0f0de71523be717b2cdcb3fef8aefb
3
+ size 346458304
preprocessor_config.json CHANGED
@@ -1,12 +1,14 @@
1
  {
2
- "crop_pct": 0.875,
3
- "crop_size": null,
 
 
4
  "data_format": "channels_first",
5
  "default_to_square": false,
6
  "device": null,
7
  "disable_grouping": null,
8
- "do_center_crop": null,
9
- "do_convert_rgb": null,
10
  "do_normalize": true,
11
  "do_rescale": true,
12
  "do_resize": true,
@@ -15,7 +17,7 @@
15
  0.456,
16
  0.406
17
  ],
18
- "image_processor_type": "ConvNextImageProcessorFast",
19
  "image_std": [
20
  0.229,
21
  0.224,
@@ -26,6 +28,6 @@
26
  "rescale_factor": 0.00392156862745098,
27
  "return_tensors": null,
28
  "size": {
29
- "shortest_edge": 224
30
  }
31
  }
 
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,
 
17
  0.456,
18
  0.406
19
  ],
20
+ "image_processor_type": "BitImageProcessorFast",
21
  "image_std": [
22
  0.229,
23
  0.224,
 
28
  "rescale_factor": 0.00392156862745098,
29
  "return_tensors": null,
30
  "size": {
31
+ "shortest_edge": 256
32
  }
33
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:baa334e609da2540084d105c9a91639a863876cdbb2cd271f38e02588754ee6b
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69e81f94e004239385f76e01a8a0b69bf82ddb5b1b68d1cb0a8097aebfe3f79
3
  size 5777