aaa12963337
commited on
Commit
•
be7c225
1
Parent(s):
d67a052
Training in progress, epoch 0
Browse files- config.json +59 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "msi-nat-mini-pretrain",
|
3 |
+
"architectures": [
|
4 |
+
"NatForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
3,
|
9 |
+
4,
|
10 |
+
6,
|
11 |
+
5
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.2,
|
14 |
+
"embed_dim": 64,
|
15 |
+
"hidden_act": "gelu",
|
16 |
+
"hidden_dropout_prob": 0.0,
|
17 |
+
"hidden_size": 512,
|
18 |
+
"id2label": {
|
19 |
+
"0": "0",
|
20 |
+
"1": "1"
|
21 |
+
},
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"kernel_size": 7,
|
24 |
+
"label2id": {
|
25 |
+
"0": "0",
|
26 |
+
"1": "1"
|
27 |
+
},
|
28 |
+
"layer_norm_eps": 1e-05,
|
29 |
+
"layer_scale_init_value": 0.0,
|
30 |
+
"mlp_ratio": 3.0,
|
31 |
+
"model_type": "nat",
|
32 |
+
"num_channels": 3,
|
33 |
+
"num_heads": [
|
34 |
+
2,
|
35 |
+
4,
|
36 |
+
8,
|
37 |
+
16
|
38 |
+
],
|
39 |
+
"num_layers": 4,
|
40 |
+
"out_features": [
|
41 |
+
"stage4"
|
42 |
+
],
|
43 |
+
"out_indices": [
|
44 |
+
4
|
45 |
+
],
|
46 |
+
"patch_size": 4,
|
47 |
+
"path_norm": true,
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"qkv_bias": true,
|
50 |
+
"stage_names": [
|
51 |
+
"stem",
|
52 |
+
"stage1",
|
53 |
+
"stage2",
|
54 |
+
"stage3",
|
55 |
+
"stage4"
|
56 |
+
],
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.35.2"
|
59 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f734256c2c8ddd7fdb827a8834e60244011df46f615906150fb88fe1e49b48c7
|
3 |
+
size 77928008
|
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.69261899,
|
7 |
+
0.51298305,
|
8 |
+
0.7263637
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.13099993,
|
13 |
+
0.18332116,
|
14 |
+
0.14441279
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:431dd5a57299341f6dc79bffda26a53b41e705f14311bc5efed11255977ba3c8
|
3 |
+
size 4091
|