aaa12963337 commited on
Commit
e1b5efb
1 Parent(s): 3950575

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "msi-vit-small-pretrain",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 384,
11
+ "id2label": {
12
+ "0": "ADI",
13
+ "1": "BACK",
14
+ "2": "DEB",
15
+ "3": "LYM",
16
+ "4": "MUC",
17
+ "5": "MUS",
18
+ "6": "NORM",
19
+ "7": "STR",
20
+ "8": "TUM"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 1536,
25
+ "label2id": {
26
+ "ADI": "0",
27
+ "BACK": "1",
28
+ "DEB": "2",
29
+ "LYM": "3",
30
+ "MUC": "4",
31
+ "MUS": "5",
32
+ "NORM": "6",
33
+ "STR": "7",
34
+ "TUM": "8"
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "model_type": "vit",
38
+ "num_attention_heads": 6,
39
+ "num_channels": 3,
40
+ "num_hidden_layers": 12,
41
+ "patch_size": 16,
42
+ "problem_type": "single_label_classification",
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.36.0"
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d69fe5317767691028db8f301f51003c98506cd25cadbfd189dd94f9b7ab9fc
3
+ size 87114636
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.69261899,
7
+ 0.51298305,
8
+ 0.7263637
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.13099993,
13
+ 0.18332116,
14
+ 0.14441279
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2a096981f8dad41a50ee75856aa1f3c56b8194fc28183d2b595a3ec5706087e
3
+ size 4219