carolinetfls
commited on
Commit
·
4c99097
1
Parent(s):
7001509
Training in progress, step 100
Browse files- .gitignore +1 -0
- config.json +81 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Apr27_02-32-47_f2cd747224e2/1682562780.5556219/events.out.tfevents.1682562780.f2cd747224e2.261.1 +3 -0
- runs/Apr27_02-32-47_f2cd747224e2/events.out.tfevents.1682562780.f2cd747224e2.261.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-base-patch4-window7-224",
|
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": [
|
61 |
+
"stage4"
|
62 |
+
],
|
63 |
+
"out_indices": [
|
64 |
+
4
|
65 |
+
],
|
66 |
+
"patch_size": 4,
|
67 |
+
"path_norm": true,
|
68 |
+
"problem_type": "single_label_classification",
|
69 |
+
"qkv_bias": true,
|
70 |
+
"stage_names": [
|
71 |
+
"stem",
|
72 |
+
"stage1",
|
73 |
+
"stage2",
|
74 |
+
"stage3",
|
75 |
+
"stage4"
|
76 |
+
],
|
77 |
+
"torch_dtype": "float32",
|
78 |
+
"transformers_version": "4.28.1",
|
79 |
+
"use_absolute_embeddings": false,
|
80 |
+
"window_size": 7
|
81 |
+
}
|
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:442a542034a22eae1684cf83434af58a4679d0f93b9d2dd00237a0e9a5991eb5
|
3 |
+
size 347640721
|
runs/Apr27_02-32-47_f2cd747224e2/1682562780.5556219/events.out.tfevents.1682562780.f2cd747224e2.261.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6839813d4491562da2323e753234ddb8ebd8d74a9ed5b22bb9f45ba95bb6c5a
|
3 |
+
size 5911
|
runs/Apr27_02-32-47_f2cd747224e2/events.out.tfevents.1682562780.f2cd747224e2.261.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fa7da3b53af2190e7f891121d724f4845f73966b5bbb4b3d2a46b741310043e
|
3 |
+
size 6803
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77e1b7b4306853af6eb9e028b76d1f1baf31f86347dd219a9f63c85800d70a1a
|
3 |
+
size 3643
|