Augusto777 commited on
Commit
7a16a94
1 Parent(s): 56cbce3

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:e49604e7c98e41217bd829de30fb0b481d989157af4da8fe3d0c5f5ca7ae1906
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_16-59-54_DESKTOP-SKBE9FB/events.out.tfevents.1718233195.DESKTOP-SKBE9FB.13992.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c008863c7eec3562673881ebee43053714affe1799d2189ec63ff1342d4160cd
3
+ size 5038
runs/Jun12_17-00-33_DESKTOP-SKBE9FB/events.out.tfevents.1718233234.DESKTOP-SKBE9FB.16156.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c43a53b76ea0bfd3d4a297391fae34368681fe5f312c90e40a4ea37438e95f
3
+ size 4884
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1afeafce8988c829797525ab57f428f4e1f352f728641873be2ca2735a05d2f8
3
+ size 4728