Augusto777 commited on
Commit
8cd4cb3
·
verified ·
1 Parent(s): f8c7135

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MBZUAI/swiftformer-xs",
3
+ "architectures": [
4
+ "SwiftFormerForImageClassification"
5
+ ],
6
+ "batch_norm_eps": 1e-05,
7
+ "depths": [
8
+ 3,
9
+ 3,
10
+ 6,
11
+ 4
12
+ ],
13
+ "down_pad": 1,
14
+ "down_patch_size": 3,
15
+ "down_stride": 2,
16
+ "downsamples": [
17
+ true,
18
+ true,
19
+ true,
20
+ true
21
+ ],
22
+ "drop_conv_encoder_rate": 0.0,
23
+ "drop_mlp_rate": 0.0,
24
+ "drop_path_rate": 0.0,
25
+ "embed_dims": [
26
+ 48,
27
+ 56,
28
+ 112,
29
+ 220
30
+ ],
31
+ "hidden_act": "gelu",
32
+ "id2label": {
33
+ "0": "Mild",
34
+ "1": "Moderate",
35
+ "2": "No_DR",
36
+ "3": "Proliferate_DR",
37
+ "4": "Severe"
38
+ },
39
+ "image_size": 224,
40
+ "label2id": {
41
+ "Mild": 0,
42
+ "Moderate": 1,
43
+ "No_DR": 2,
44
+ "Proliferate_DR": 3,
45
+ "Severe": 4
46
+ },
47
+ "layer_scale_init_value": 1e-05,
48
+ "mlp_ratio": 4,
49
+ "model_type": "swiftformer",
50
+ "num_channels": 3,
51
+ "problem_type": "single_label_classification",
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.46.3",
54
+ "use_layer_scale": true
55
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50cc33e4f28493f019ce18ba0ae7066302b8c38f00b08f23213b7a228834b585
3
+ size 12205416
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/Dec09_16-59-10_f4c464e118fb/events.out.tfevents.1733763581.f4c464e118fb.934.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da8f2d334223cdc5743fb9db3a7a9093a15232d4ac188a56a4d518af5bccc5a
3
+ size 7553
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0affe1a6ccfd48668fa66644456f3981b38d57e0b4a2f54db061b780869d708a
3
+ size 5304