hoanbklucky commited on
Commit
45c4ce5
1 Parent(s): bf1635f

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "abyssinian",
21
+ "1": "american_bulldog",
22
+ "2": "american_pit_bull_terrier",
23
+ "3": "basset_hound",
24
+ "4": "beagle",
25
+ "5": "bengal",
26
+ "6": "birman",
27
+ "7": "bombay",
28
+ "8": "boxer",
29
+ "9": "british_shorthair",
30
+ "10": "chihuahua",
31
+ "11": "egyptian_mau",
32
+ "12": "english_cocker_spaniel",
33
+ "13": "english_setter",
34
+ "14": "german_shorthaired",
35
+ "15": "great_pyrenees",
36
+ "16": "havanese",
37
+ "17": "japanese_chin",
38
+ "18": "keeshond",
39
+ "19": "leonberger",
40
+ "20": "maine_coon",
41
+ "21": "miniature_pinscher",
42
+ "22": "newfoundland",
43
+ "23": "persian",
44
+ "24": "pomeranian",
45
+ "25": "pug",
46
+ "26": "ragdoll",
47
+ "27": "russian_blue",
48
+ "28": "saint_bernard",
49
+ "29": "samoyed",
50
+ "30": "scottish_terrier",
51
+ "31": "shiba_inu",
52
+ "32": "siamese",
53
+ "33": "sphynx",
54
+ "34": "staffordshire_bull_terrier",
55
+ "35": "wheaten_terrier",
56
+ "36": "yorkshire_terrier"
57
+ },
58
+ "image_size": 224,
59
+ "initializer_range": 0.02,
60
+ "label2id": {
61
+ "abyssinian": 0,
62
+ "american_bulldog": 1,
63
+ "american_pit_bull_terrier": 2,
64
+ "basset_hound": 3,
65
+ "beagle": 4,
66
+ "bengal": 5,
67
+ "birman": 6,
68
+ "bombay": 7,
69
+ "boxer": 8,
70
+ "british_shorthair": 9,
71
+ "chihuahua": 10,
72
+ "egyptian_mau": 11,
73
+ "english_cocker_spaniel": 12,
74
+ "english_setter": 13,
75
+ "german_shorthaired": 14,
76
+ "great_pyrenees": 15,
77
+ "havanese": 16,
78
+ "japanese_chin": 17,
79
+ "keeshond": 18,
80
+ "leonberger": 19,
81
+ "maine_coon": 20,
82
+ "miniature_pinscher": 21,
83
+ "newfoundland": 22,
84
+ "persian": 23,
85
+ "pomeranian": 24,
86
+ "pug": 25,
87
+ "ragdoll": 26,
88
+ "russian_blue": 27,
89
+ "saint_bernard": 28,
90
+ "samoyed": 29,
91
+ "scottish_terrier": 30,
92
+ "shiba_inu": 31,
93
+ "siamese": 32,
94
+ "sphynx": 33,
95
+ "staffordshire_bull_terrier": 34,
96
+ "wheaten_terrier": 35,
97
+ "yorkshire_terrier": 36
98
+ },
99
+ "layer_norm_eps": 1e-05,
100
+ "mlp_ratio": 4.0,
101
+ "model_type": "swin",
102
+ "num_channels": 3,
103
+ "num_heads": [
104
+ 3,
105
+ 6,
106
+ 12,
107
+ 24
108
+ ],
109
+ "num_layers": 4,
110
+ "out_features": [
111
+ "stage4"
112
+ ],
113
+ "out_indices": [
114
+ 4
115
+ ],
116
+ "patch_size": 4,
117
+ "path_norm": true,
118
+ "problem_type": "single_label_classification",
119
+ "qkv_bias": true,
120
+ "stage_names": [
121
+ "stem",
122
+ "stage1",
123
+ "stage2",
124
+ "stage3",
125
+ "stage4"
126
+ ],
127
+ "torch_dtype": "float32",
128
+ "transformers_version": "4.46.3",
129
+ "use_absolute_embeddings": false,
130
+ "window_size": 7
131
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2de09afdde20ad5b5af41a2efffee18c141a025d9ff5a9af33cc4c97f9bac00
3
+ size 110450500
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
+ }
runs/Dec16_04-40-11_c54122f7729c/events.out.tfevents.1734324014.c54122f7729c.281.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:017f4fd1716306ecfbd79a63100061ca3cac1d97f32f33a8178d947d049dc088
3
+ size 15620
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17082eaf41b756cd38eac89a1609c1ec2d2202820ca3e02f660d9921897de12b
3
+ size 5368