ongp commited on
Commit
2d589ea
1 Parent(s): 5d8f327

End of training

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +55 -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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "ass%20focus",
21
+ "1": "bbw",
22
+ "2": "chubby",
23
+ "3": "ssbbw",
24
+ "4": "thin",
25
+ "5": "ussbbw"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "ass%20focus": 0,
31
+ "bbw": 1,
32
+ "chubby": 2,
33
+ "ssbbw": 3,
34
+ "thin": 4,
35
+ "ussbbw": 5
36
+ },
37
+ "layer_norm_eps": 1e-05,
38
+ "mlp_ratio": 4.0,
39
+ "model_type": "swin",
40
+ "num_channels": 3,
41
+ "num_heads": [
42
+ 3,
43
+ 6,
44
+ 12,
45
+ 24
46
+ ],
47
+ "num_layers": 4,
48
+ "patch_size": 4,
49
+ "path_norm": true,
50
+ "qkv_bias": true,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.25.1",
53
+ "use_absolute_embeddings": false,
54
+ "window_size": 7
55
+ }
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:3376a508b32cf283a5be4ab035212c4572ce12c8151847ec4609abe5cf9b57e5
3
+ size 110407153
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d967570d7ac773e0e4135441511c67ad1493ab26e2ece7739bdd4eb5e704b83
3
+ size 3451