diegokauer commited on
Commit
d28ee9e
1 Parent(s): b6922b4

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,21 +1,13 @@
1
  {
2
- "_name_or_path": "diegokauer/int-pet-classifier",
3
  "architectures": [
4
- "Swinv2ForImageClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
- "depths": [
8
- 2,
9
- 2,
10
- 18,
11
- 2
12
- ],
13
- "drop_path_rate": 0.1,
14
- "embed_dim": 128,
15
- "encoder_stride": 32,
16
  "hidden_act": "gelu",
17
  "hidden_dropout_prob": 0.0,
18
- "hidden_size": 1024,
19
  "id2label": {
20
  "0": "No Reportado",
21
  "1": "Cirug\u00eda",
@@ -25,8 +17,9 @@
25
  "5": "Estudio Adicional",
26
  "6": "Otro"
27
  },
28
- "image_size": 256,
29
  "initializer_range": 0.02,
 
30
  "label2id": {
31
  "Cirug\u00eda": 1,
32
  "Cuidados Paliativos": 4,
@@ -36,29 +29,14 @@
36
  "QMT": 2,
37
  "RadioTerapia": 3
38
  },
39
- "layer_norm_eps": 1e-05,
40
- "mlp_ratio": 4.0,
41
- "model_type": "swinv2",
42
  "num_channels": 3,
43
- "num_heads": [
44
- 4,
45
- 8,
46
- 16,
47
- 32
48
- ],
49
- "num_layers": 4,
50
- "patch_size": 4,
51
- "path_norm": true,
52
- "pretrained_window_sizes": [
53
- 0,
54
- 0,
55
- 0,
56
- 0
57
- ],
58
  "problem_type": "multi_label_classification",
59
  "qkv_bias": true,
60
  "torch_dtype": "float32",
61
- "transformers_version": "4.35.2",
62
- "use_absolute_embeddings": false,
63
- "window_size": 8
64
  }
 
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": "No Reportado",
13
  "1": "Cirug\u00eda",
 
17
  "5": "Estudio Adicional",
18
  "6": "Otro"
19
  },
20
+ "image_size": 224,
21
  "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
  "label2id": {
24
  "Cirug\u00eda": 1,
25
  "Cuidados Paliativos": 4,
 
29
  "QMT": 2,
30
  "RadioTerapia": 3
31
  },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "vit",
34
+ "num_attention_heads": 12,
35
  "num_channels": 3,
36
+ "num_hidden_layers": 12,
37
+ "patch_size": 16,
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  "problem_type": "multi_label_classification",
39
  "qkv_bias": true,
40
  "torch_dtype": "float32",
41
+ "transformers_version": "4.35.2"
 
 
42
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f83af8f94d7a1804c3d85af7e306b7b5cd5695af8a1aba98c1a64730cfb070c4
3
- size 347665996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10545eb5b3c13967855b0b88dc77ae48039af686c5fe941e5249ecc684501bc1
3
+ size 343239356
preprocessor_config.json CHANGED
@@ -2,22 +2,21 @@
2
  "do_normalize": true,
3
  "do_rescale": true,
4
  "do_resize": true,
5
- "feature_extractor_type": "ViTFeatureExtractor",
6
  "image_mean": [
7
- 0.485,
8
- 0.456,
9
- 0.406
10
  ],
11
  "image_processor_type": "ViTImageProcessor",
12
  "image_std": [
13
- 0.229,
14
- 0.224,
15
- 0.225
16
  ],
17
- "resample": 3,
18
  "rescale_factor": 0.00392156862745098,
19
  "size": {
20
- "height": 256,
21
- "width": 256
22
  }
23
  }
 
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/Jan03_18-19-14_c96e1e5ad27c/events.out.tfevents.1704305956.c96e1e5ad27c.85687.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f6be0ca90aa105407e3afea4cb2dc65e024e89605eac215df419e717af8784f
3
- size 42562
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:622fc8f59e61f09c910ca2e02810aa60d8ee3751e26f7e11a3090387a82c70db
3
+ size 55036
runs/Jan03_19-03-51_c96e1e5ad27c/events.out.tfevents.1704308634.c96e1e5ad27c.98413.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:453ee83301cdf83fef9920c60d35728d1f359d7627b9753c671767298d05e6a6
3
+ size 11398
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:696a14ed356599b7c9bb04085c84ec6439db007ca9dd7f9a17625d22fc8b8ffd
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cb200dc6e1d52e8be1ae8af7838d39fde0a48d1a31068718d51861c7ea0964b
3
  size 4600