NadaElmasry commited on
Commit
c9b7c98
·
1 Parent(s): 11536c6

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "chart",
21
+ "1": "math",
22
+ "2": "scene",
23
+ "3": "text"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "chart": 0,
29
+ "math": 1,
30
+ "scene": 2,
31
+ "text": 3
32
+ },
33
+ "layer_norm_eps": 1e-05,
34
+ "mlp_ratio": 4.0,
35
+ "model_type": "swin",
36
+ "num_channels": 3,
37
+ "num_heads": [
38
+ 3,
39
+ 6,
40
+ 12,
41
+ 24
42
+ ],
43
+ "num_layers": 4,
44
+ "out_features": null,
45
+ "patch_size": 4,
46
+ "path_norm": true,
47
+ "problem_type": "single_label_classification",
48
+ "qkv_bias": true,
49
+ "stage_names": [
50
+ "stem",
51
+ "stage1",
52
+ "stage2",
53
+ "stage3",
54
+ "stage4"
55
+ ],
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.27.4",
58
+ "use_absolute_embeddings": false,
59
+ "window_size": 7
60
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
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": "ViTFeatureExtractor",
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": 224,
21
+ "width": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3701f9abe20b7fada4a977dfc83cf7e627f70447d743884341b09c085d447d
3
+ size 110401009
runs/Apr28_02-03-47_9ebcc5b79a08/1682647436.819996/events.out.tfevents.1682647436.9ebcc5b79a08.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79af8ecdb9d7fe0d428281facf0d96ac5b42a780d1d4086dca2b0a4f9881e6a4
3
+ size 5914
runs/Apr28_02-03-47_9ebcc5b79a08/1682648847.89916/events.out.tfevents.1682648847.9ebcc5b79a08.23.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18bbf4ebf5850819efd52271a1a77b3d1bf37f53b1ee3c83c67f02bf514efad2
3
+ size 5914
runs/Apr28_02-03-47_9ebcc5b79a08/events.out.tfevents.1682647436.9ebcc5b79a08.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2fc4c430befd13e50fc5f1c960e0b611e2f4fc0e19cf9235afb39d9e457bca
3
+ size 8653
runs/Apr28_02-03-47_9ebcc5b79a08/events.out.tfevents.1682648847.9ebcc5b79a08.23.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0354dd5a335c465f6985fa570258283c93b44f5dfd617a9f10bcdd83b040e52
3
+ size 8702
runs/Apr28_02-48-11_9ebcc5b79a08/1682650097.7784207/events.out.tfevents.1682650097.9ebcc5b79a08.23.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2bad49ddf2a4b699d9bffc60849c81f0b7c5a2a0b82f93903ddd1e4b54a2d88
3
+ size 5914
runs/Apr28_02-48-11_9ebcc5b79a08/events.out.tfevents.1682650097.9ebcc5b79a08.23.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49f96217d71241b84346b0692264a745e139db966339f8127ec7b1576664c7d7
3
+ size 8976
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb0c80109fd43013e161072f8dd950858328916335ce3e923e4c42f70ab15f91
3
+ size 3643