DunnBC22 commited on
Commit
f5a066c
1 Parent(s): 4c88a93

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "receipt",
17
+ "1": "other",
18
+ "2": "invoice"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "invoice": 2,
25
+ "other": 1,
26
+ "receipt": 0
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "layer_scale_init_value": 0.1,
30
+ "model_type": "beit",
31
+ "num_attention_heads": 12,
32
+ "num_channels": 3,
33
+ "num_hidden_layers": 12,
34
+ "out_indices": [
35
+ 3,
36
+ 5,
37
+ 7,
38
+ 11
39
+ ],
40
+ "patch_size": 16,
41
+ "pool_scales": [
42
+ 1,
43
+ 2,
44
+ 3,
45
+ 6
46
+ ],
47
+ "problem_type": "single_label_classification",
48
+ "semantic_loss_ignore_index": 255,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.28.1",
51
+ "use_absolute_position_embeddings": true,
52
+ "use_auxiliary_head": true,
53
+ "use_mask_token": true,
54
+ "use_mean_pooling": true,
55
+ "use_relative_position_bias": false,
56
+ "use_shared_relative_position_bias": false,
57
+ "vocab_size": 8192
58
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitFeatureExtractor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab28d392939b64620186b9a3d5b510cce0a01c9de169bd39e633f33f7f932f8
3
+ size 343312929
runs/Jul05_19-07-01_Brians-Mac-mini/1688602026.177257/events.out.tfevents.1688602026.Brians-Mac-mini.1301.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f47869854715d2eb8e765a7c84c390de3725fa14eb939fc7a4e61a244c4726e
3
+ size 5945
runs/Jul05_19-07-01_Brians-Mac-mini/events.out.tfevents.1688602026.Brians-Mac-mini.1301.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a0a34fedf85e9229273757e7c7689b2d8b4692f4cb743654a0adbf413a0fba
3
+ size 8264
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84b787fbd00a81cd692f2aa627ff07cd2f52a2e0ea8e90d2291d574924e6cb27
3
+ size 3643