priyankloco commited on
Commit
7df6ca1
·
1 Parent(s): 5ad7f95

Training in progress, epoch 0

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +80 -0
  3. preprocessor_config.json +23 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-base-patch4-window7-224-in22k",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
+ "id2label": {
20
+ "0": "Accordion",
21
+ "1": "Button",
22
+ "2": "Checkbox",
23
+ "3": "Date-time",
24
+ "4": "Date-time picker",
25
+ "5": "Dropdown_closed",
26
+ "6": "Dropdown_open",
27
+ "7": "Form",
28
+ "8": "Input",
29
+ "9": "Multi-Node_horizontal",
30
+ "10": "Multi-Node_vertical",
31
+ "11": "Progress_circular",
32
+ "12": "Progress_linear",
33
+ "13": "Progress_stepper",
34
+ "14": "Radio",
35
+ "15": "Sections",
36
+ "16": "Slider",
37
+ "17": "Switch"
38
+ },
39
+ "image_size": 224,
40
+ "initializer_range": 0.02,
41
+ "label2id": {
42
+ "Accordion": 0,
43
+ "Button": 1,
44
+ "Checkbox": 2,
45
+ "Date-time": 3,
46
+ "Date-time picker": 4,
47
+ "Dropdown_closed": 5,
48
+ "Dropdown_open": 6,
49
+ "Form": 7,
50
+ "Input": 8,
51
+ "Multi-Node_horizontal": 9,
52
+ "Multi-Node_vertical": 10,
53
+ "Progress_circular": 11,
54
+ "Progress_linear": 12,
55
+ "Progress_stepper": 13,
56
+ "Radio": 14,
57
+ "Sections": 15,
58
+ "Slider": 16,
59
+ "Switch": 17
60
+ },
61
+ "layer_norm_eps": 1e-05,
62
+ "mlp_ratio": 4.0,
63
+ "model_type": "swin",
64
+ "num_channels": 3,
65
+ "num_heads": [
66
+ 4,
67
+ 8,
68
+ 16,
69
+ 32
70
+ ],
71
+ "num_layers": 4,
72
+ "patch_size": 4,
73
+ "path_norm": true,
74
+ "problem_type": "single_label_classification",
75
+ "qkv_bias": true,
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.25.1",
78
+ "use_absolute_embeddings": false,
79
+ "window_size": 7
80
+ }
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": "ViTImageProcessor",
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:ef926601abb4ba70f4b24d5ff9dbae2fb1914319dabe4963defbfa1684c42b9c
3
+ size 347662079
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68eed7faa027c5e2e6cbfeb00e58094202ce5d0dbe83768933cb8292a4c1d3d5
3
+ size 3567