DunnBC22 commited on
Commit
f6894d4
1 Parent(s): 5035673

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/dit-base",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "CNH_Aberta",
17
+ "1": "CNH_Frente",
18
+ "2": "CNH_Verso",
19
+ "3": "CPF_Frente",
20
+ "4": "CPF_Verso",
21
+ "5": "RG_Aberto",
22
+ "6": "RG_Frente",
23
+ "7": "RG_Verso"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "CNH_Aberta": 0,
30
+ "CNH_Frente": 1,
31
+ "CNH_Verso": 2,
32
+ "CPF_Frente": 3,
33
+ "CPF_Verso": 4,
34
+ "RG_Aberto": 5,
35
+ "RG_Frente": 6,
36
+ "RG_Verso": 7
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "layer_scale_init_value": 0.1,
40
+ "model_type": "beit",
41
+ "num_attention_heads": 12,
42
+ "num_channels": 3,
43
+ "num_hidden_layers": 12,
44
+ "out_indices": [
45
+ 3,
46
+ 5,
47
+ 7,
48
+ 11
49
+ ],
50
+ "patch_size": 16,
51
+ "pool_scales": [
52
+ 1,
53
+ 2,
54
+ 3,
55
+ 6
56
+ ],
57
+ "problem_type": "single_label_classification",
58
+ "semantic_loss_ignore_index": 255,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.28.1",
61
+ "use_absolute_position_embeddings": true,
62
+ "use_auxiliary_head": true,
63
+ "use_mask_token": true,
64
+ "use_mean_pooling": true,
65
+ "use_relative_position_bias": false,
66
+ "use_shared_relative_position_bias": false,
67
+ "vocab_size": 8192
68
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c3fbfd7e28b9901d1ac54cbf4198624bfcf74855680c6137c2d14ecf1dbaf90
3
+ size 343328289
runs/Jul04_20-00-14_Brians-Mac-mini/1688518819.37091/events.out.tfevents.1688518819.Brians-Mac-mini.1026.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90d27ca6e027865cbb874283a100c48f15c4277b5740582bc451adbdc190171
3
+ size 5948
runs/Jul04_20-00-14_Brians-Mac-mini/events.out.tfevents.1688518819.Brians-Mac-mini.1026.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b203d088335d15ea445ca14897635c009c37d6398e262283869544604e7bc036
3
+ size 6920
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17a7acc10f18d1e653fbf2c4ac2cb9a890b4175cac61598c892163338d045c6d
3
+ size 3643