Tidzo commited on
Commit
cf3214e
1 Parent(s): 1ec4742

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/dit-base-finetuned-rvlcdip",
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": "carte_grise",
17
+ "1": "carte_vitale",
18
+ "2": "certification_habilitation",
19
+ "3": "cv",
20
+ "4": "justificatif_domicile",
21
+ "5": "lm",
22
+ "6": "permis_conduire",
23
+ "7": "piece_identite",
24
+ "8": "rib",
25
+ "9": "titre_sejour",
26
+ "10": "visite_medicale"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "carte_grise": 0,
33
+ "carte_vitale": 1,
34
+ "certification_habilitation": 2,
35
+ "cv": 3,
36
+ "justificatif_domicile": 4,
37
+ "lm": 5,
38
+ "permis_conduire": 6,
39
+ "piece_identite": 7,
40
+ "rib": 8,
41
+ "titre_sejour": 9,
42
+ "visite_medicale": 10
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "layer_scale_init_value": 0.1,
46
+ "model_type": "beit",
47
+ "num_attention_heads": 12,
48
+ "num_channels": 3,
49
+ "num_hidden_layers": 12,
50
+ "out_indices": [
51
+ 3,
52
+ 5,
53
+ 7,
54
+ 11
55
+ ],
56
+ "patch_size": 16,
57
+ "pool_scales": [
58
+ 1,
59
+ 2,
60
+ 3,
61
+ 6
62
+ ],
63
+ "problem_type": "single_label_classification",
64
+ "semantic_loss_ignore_index": 255,
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.32.0",
67
+ "use_absolute_position_embeddings": true,
68
+ "use_auxiliary_head": true,
69
+ "use_mask_token": false,
70
+ "use_mean_pooling": true,
71
+ "use_relative_position_bias": false,
72
+ "use_shared_relative_position_bias": false,
73
+ "vocab_size": 8192
74
+ }
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:c0a3c0e4cffc76a405af20c56771c1037a2f87b3a0044227ce3098b2380dfc8b
3
+ size 343337053
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31fe749d5f0527e1ff4c475229165897953e5441c3c3faf3bd67ac73fb7c8002
3
+ size 4091