Tuu-invitrace commited on
Commit
f94ae50
·
verified ·
1 Parent(s): 758f78b

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
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": 768,
11
+ "id2label": {
12
+ "0": "BA- cellulitis",
13
+ "1": "BA-impetigo",
14
+ "2": "FU-athlete-foot",
15
+ "3": "FU-nail-fungus",
16
+ "4": "FU-ringworm",
17
+ "5": "PA-cutaneous-larva-migrans",
18
+ "6": "VI-chickenpox",
19
+ "7": "VI-shingles"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "BA- cellulitis": "0",
26
+ "BA-impetigo": "1",
27
+ "FU-athlete-foot": "2",
28
+ "FU-nail-fungus": "3",
29
+ "FU-ringworm": "4",
30
+ "PA-cutaneous-larva-migrans": "5",
31
+ "VI-chickenpox": "6",
32
+ "VI-shingles": "7"
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 12,
37
+ "num_channels": 3,
38
+ "num_hidden_layers": 12,
39
+ "patch_size": 16,
40
+ "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.43.2"
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201f830ca4d85486c79a3c4bf264466f46acc856641c15abcfecb2d8f6dce1b7
3
+ size 343242432
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.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Jul26_02-28-00_ip-10-192-12-243/events.out.tfevents.1721960883.ip-10-192-12-243.41545.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adccf5be5b2b4af0c55d3e2e66c9feecdc6dd81102c5f9633caf5609a65ce1d6
3
+ size 7886
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd80e0961c630cab009cbaebc7e20d61594c23f987d37c1c12f50dc1612d7d2b
3
+ size 5176