uisikdag commited on
Commit
dc8eb36
1 Parent(s): 388c060

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +76 -0
  3. preprocessor_config.json +22 -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,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Black-grass",
21
+ "1": "Charlock",
22
+ "10": "Small-flowered Cranesbill",
23
+ "11": "Sugar beet",
24
+ "2": "Cleavers",
25
+ "3": "Common Chickweed",
26
+ "4": "Common wheat",
27
+ "5": "Fat Hen",
28
+ "6": "Loose Silky-bent",
29
+ "7": "Maize",
30
+ "8": "Scentless Mayweed",
31
+ "9": "Shepherds Purse"
32
+ },
33
+ "image_size": 224,
34
+ "initializer_range": 0.02,
35
+ "label2id": {
36
+ "Black-grass": "0",
37
+ "Charlock": "1",
38
+ "Cleavers": "2",
39
+ "Common Chickweed": "3",
40
+ "Common wheat": "4",
41
+ "Fat Hen": "5",
42
+ "Loose Silky-bent": "6",
43
+ "Maize": "7",
44
+ "Scentless Mayweed": "8",
45
+ "Shepherds Purse": "9",
46
+ "Small-flowered Cranesbill": "10",
47
+ "Sugar beet": "11"
48
+ },
49
+ "layer_norm_eps": 1e-05,
50
+ "mlp_ratio": 4.0,
51
+ "model_type": "swin",
52
+ "num_channels": 3,
53
+ "num_heads": [
54
+ 4,
55
+ 8,
56
+ 16,
57
+ 32
58
+ ],
59
+ "num_layers": 4,
60
+ "out_features": null,
61
+ "patch_size": 4,
62
+ "path_norm": true,
63
+ "problem_type": "single_label_classification",
64
+ "qkv_bias": true,
65
+ "stage_names": [
66
+ "stem",
67
+ "stage1",
68
+ "stage2",
69
+ "stage3",
70
+ "stage4"
71
+ ],
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.26.1",
74
+ "use_absolute_embeddings": false,
75
+ "window_size": 7
76
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6bf05e9e890b628b73091b4d553c79446c564bf12c38d107535b08318d9716
3
+ size 347640721
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dea2408298167072367e63c63dfe64133b2f4f0369e3472368aa371382abdc6
3
+ size 3515