p1atdev commited on
Commit
f3aa5f9
1 Parent(s): e7c3849

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swinv2-base-patch4-window12-192-22k",
3
+ "architectures": [
4
+ "Swinv2ForImageClassification"
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": "best quality",
21
+ "1": "high quality",
22
+ "2": "medium quality",
23
+ "3": "low quality",
24
+ "4": "worst quality",
25
+ "5": "parts",
26
+ "6": "other"
27
+ },
28
+ "image_size": 192,
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "best quality": 0,
32
+ "high quality": 1,
33
+ "low quality": 3,
34
+ "medium quality": 2,
35
+ "other": 6,
36
+ "parts": 5,
37
+ "worst quality": 4
38
+ },
39
+ "layer_norm_eps": 1e-05,
40
+ "mlp_ratio": 4.0,
41
+ "model_type": "swinv2",
42
+ "num_channels": 3,
43
+ "num_heads": [
44
+ 4,
45
+ 8,
46
+ 16,
47
+ 32
48
+ ],
49
+ "num_layers": 4,
50
+ "patch_size": 4,
51
+ "path_norm": true,
52
+ "pretrained_window_sizes": [
53
+ 0,
54
+ 0,
55
+ 0,
56
+ 0
57
+ ],
58
+ "problem_type": "single_label_classification",
59
+ "qkv_bias": true,
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.34.1",
62
+ "use_absolute_embeddings": false,
63
+ "window_size": 12
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abbc9fce174ccc6dbaefa3f9a34ef2f9ce4f90dd9d4696bf119c9cd67ce6d5ff
3
+ size 347665996
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": 192,
20
+ "width": 192
21
+ }
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7580c031495abe305704a263c209d902142cc22a6ace0bacf74221cb67d801f7
3
+ size 4091