Melo1512 commited on
Commit
21088fd
·
verified ·
1 Parent(s): 65f32e6

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/vit-msn-small",
3
+ "architectures": [
4
+ "ViTMSNForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 384,
10
+ "id2label": {
11
+ "0": "eosinophils",
12
+ "1": "lymphocytes",
13
+ "2": "monocytes",
14
+ "3": "neutrophils"
15
+ },
16
+ "image_size": 224,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 1536,
19
+ "label2id": {
20
+ "eosinophils": 0,
21
+ "lymphocytes": 1,
22
+ "monocytes": 2,
23
+ "neutrophils": 3
24
+ },
25
+ "layer_norm_eps": 1e-06,
26
+ "model_type": "vit_msn",
27
+ "num_attention_heads": 6,
28
+ "num_channels": 3,
29
+ "num_hidden_layers": 12,
30
+ "patch_size": 16,
31
+ "problem_type": "single_label_classification",
32
+ "qkv_bias": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.44.2"
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa69c199c9c54a7288b9e8af99cbf5bfef05d426f0bff25bd5a769efec76774
3
+ size 86691704
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Dec17_15-57-09_ae1aa77fe319/events.out.tfevents.1734451038.ae1aa77fe319.236.20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca45756e1d0f63f5cc9d4a21240bf5b7bc1ed70b1c59d4357b0faae2ea866660
3
+ size 5638
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c501e87445e99b0f8f0a840f18075a785177367891c4e93a722bfd9b99d0391
3
+ size 5240