mateoluksenberg commited on
Commit
e24c503
1 Parent(s): f34bf91

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/dit-base",
3
+ "add_fpn": false,
4
+ "architectures": [
5
+ "BeitForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "auxiliary_channels": 256,
9
+ "auxiliary_concat_input": false,
10
+ "auxiliary_loss_weight": 0.4,
11
+ "auxiliary_num_convs": 1,
12
+ "drop_path_rate": 0.1,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "CM05",
18
+ "1": "FACTURAS"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "CM05": 0,
25
+ "FACTURAS": 1
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "layer_scale_init_value": 0.1,
29
+ "model_type": "beit",
30
+ "num_attention_heads": 12,
31
+ "num_channels": 3,
32
+ "num_hidden_layers": 12,
33
+ "out_features": [
34
+ "stage3",
35
+ "stage5",
36
+ "stage7",
37
+ "stage11"
38
+ ],
39
+ "out_indices": [
40
+ 3,
41
+ 5,
42
+ 7,
43
+ 11
44
+ ],
45
+ "patch_size": 16,
46
+ "pool_scales": [
47
+ 1,
48
+ 2,
49
+ 3,
50
+ 6
51
+ ],
52
+ "problem_type": "single_label_classification",
53
+ "reshape_hidden_states": true,
54
+ "semantic_loss_ignore_index": 255,
55
+ "stage_names": [
56
+ "stem",
57
+ "stage1",
58
+ "stage2",
59
+ "stage3",
60
+ "stage4",
61
+ "stage5",
62
+ "stage6",
63
+ "stage7",
64
+ "stage8",
65
+ "stage9",
66
+ "stage10",
67
+ "stage11",
68
+ "stage12"
69
+ ],
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.41.2",
72
+ "use_absolute_position_embeddings": true,
73
+ "use_auxiliary_head": true,
74
+ "use_mask_token": true,
75
+ "use_mean_pooling": true,
76
+ "use_relative_position_bias": false,
77
+ "use_shared_relative_position_bias": false,
78
+ "vocab_size": 8192
79
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:753fecfc10d810e2026624436d73e1cbc6639cccb57fb44d7913c3efc63a707c
3
+ size 343265176
preprocessor_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "segmentation_maps",
5
+ "do_resize",
6
+ "size",
7
+ "resample",
8
+ "do_center_crop",
9
+ "crop_size",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "image_mean",
14
+ "image_std",
15
+ "do_reduce_labels",
16
+ "return_tensors",
17
+ "data_format",
18
+ "input_data_format"
19
+ ],
20
+ "crop_size": {
21
+ "height": 224,
22
+ "width": 224
23
+ },
24
+ "do_center_crop": false,
25
+ "do_normalize": true,
26
+ "do_reduce_labels": false,
27
+ "do_rescale": true,
28
+ "do_resize": true,
29
+ "image_mean": [
30
+ 0.5,
31
+ 0.5,
32
+ 0.5
33
+ ],
34
+ "image_processor_type": "BeitFeatureExtractor",
35
+ "image_std": [
36
+ 0.5,
37
+ 0.5,
38
+ 0.5
39
+ ],
40
+ "resample": 2,
41
+ "rescale_factor": 0.00392156862745098,
42
+ "size": {
43
+ "height": 224,
44
+ "width": 224
45
+ }
46
+ }
runs/Jun25_17-34-20_DESKTOP-BG7IQG5/events.out.tfevents.1719347661.DESKTOP-BG7IQG5.16292.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:570990d615d0fd721c7236e4b3d239b7114b93839a71419d27ec0952f8f38c51
3
+ size 5925
runs/Jun25_17-36-10_DESKTOP-BG7IQG5/events.out.tfevents.1719347770.DESKTOP-BG7IQG5.16292.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3024b4a1d8c4a24ea983c62ffd78f47dea43bebefbd71355b353e4374a55af9e
3
+ size 6743
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4da537a513eb2ddbd5dd702f329ee08465a40d664d612b0dff40762bae83c2d2
3
+ size 5112