Augusto777 commited on
Commit
6196075
1 Parent(s): f28b368

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_path_rate": 0.0,
23
+ "embed_dims": [
24
+ 48,
25
+ 56,
26
+ 112,
27
+ 220
28
+ ],
29
+ "hidden_act": "gelu",
30
+ "id2label": {
31
+ "0": "avanzada",
32
+ "1": "leve",
33
+ "2": "moderada",
34
+ "3": "no dmae"
35
+ },
36
+ "label2id": {
37
+ "avanzada": 0,
38
+ "leve": 1,
39
+ "moderada": 2,
40
+ "no dmae": 3
41
+ },
42
+ "layer_scale_init_value": 1e-05,
43
+ "mlp_ratio": 4,
44
+ "model_type": "swiftformer",
45
+ "num_channels": 3,
46
+ "problem_type": "single_label_classification",
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.36.2",
49
+ "use_layer_scale": true
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b4d85cb181dff191aab74072734a1e829eac12506088503f826e682233846ae
3
+ size 12203648
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/Jun12_11-56-51_DESKTOP-SKBE9FB/events.out.tfevents.1718215013.DESKTOP-SKBE9FB.8908.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:043f3fc532967645efeb8175d19732b5ec5b46546787fa468a2aeb02d4269518
3
+ size 4880
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8aeff7a4c457b173f6c2a17617df544c83388d35974b66cb6dca48dbc047a27
3
+ size 4728