parvpareek commited on
Commit
1bff5bc
1 Parent(s): 7087a05

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-base-224-22k-1k",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 27,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 128,
16
+ 256,
17
+ 512,
18
+ 1024
19
+ ],
20
+ "id2label": {
21
+ "0": "MEL",
22
+ "1": "NV",
23
+ "2": "BCC",
24
+ "3": "AKIEC",
25
+ "4": "BKL",
26
+ "5": "DF",
27
+ "6": "VASC"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "AKIEC": 3,
33
+ "BCC": 2,
34
+ "BKL": 4,
35
+ "DF": 5,
36
+ "MEL": 0,
37
+ "NV": 1,
38
+ "VASC": 6
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "layer_scale_init_value": 1e-06,
42
+ "model_type": "convnext",
43
+ "num_channels": 3,
44
+ "num_stages": 4,
45
+ "out_features": [
46
+ "stage4"
47
+ ],
48
+ "out_indices": [
49
+ 4
50
+ ],
51
+ "patch_size": 4,
52
+ "problem_type": "single_label_classification",
53
+ "stage_names": [
54
+ "stem",
55
+ "stage1",
56
+ "stage2",
57
+ "stage3",
58
+ "stage4"
59
+ ],
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.35.2"
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab13542789b8aa3b9892e0279f6dc12e2e9097985e8a9057ca5024da25bad72
3
+ size 350335716
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
runs/Feb06_12-42-11_c60fb0bb745f/events.out.tfevents.1707223332.c60fb0bb745f.707.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6843fde7ee8a89023462e16f8c0779aa56ab4ed28083e3f68668eb1a2392deee
3
+ size 5997
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3669130f4552c91521049d3b7d82f41c5e7dc54206b99b416db3f047a1500fd2
3
+ size 4664