keithanpai
commited on
Commit
•
7b4e5a9
1
Parent(s):
3b95e4f
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +58 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- runs/Jul29_21-26-49_69a2448b8714/1659130058.0161936/events.out.tfevents.1659130058.69a2448b8714.72.1 +3 -0
- runs/Jul29_21-26-49_69a2448b8714/events.out.tfevents.1659130057.69a2448b8714.72.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "akiecf",
|
21 |
+
"1": "bccf",
|
22 |
+
"2": "bklf",
|
23 |
+
"3": "dff",
|
24 |
+
"4": "melf",
|
25 |
+
"5": "nvf",
|
26 |
+
"6": "vascf"
|
27 |
+
},
|
28 |
+
"image_size": 224,
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"label2id": {
|
31 |
+
"akiecf": 0,
|
32 |
+
"bccf": 1,
|
33 |
+
"bklf": 2,
|
34 |
+
"dff": 3,
|
35 |
+
"melf": 4,
|
36 |
+
"nvf": 5,
|
37 |
+
"vascf": 6
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-05,
|
40 |
+
"mlp_ratio": 4.0,
|
41 |
+
"model_type": "swin",
|
42 |
+
"num_channels": 3,
|
43 |
+
"num_heads": [
|
44 |
+
3,
|
45 |
+
6,
|
46 |
+
12,
|
47 |
+
24
|
48 |
+
],
|
49 |
+
"num_layers": 4,
|
50 |
+
"patch_size": 4,
|
51 |
+
"path_norm": true,
|
52 |
+
"problem_type": "single_label_classification",
|
53 |
+
"qkv_bias": true,
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.21.0",
|
56 |
+
"use_absolute_embeddings": false,
|
57 |
+
"window_size": 7
|
58 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_std": [
|
11 |
+
0.229,
|
12 |
+
0.224,
|
13 |
+
0.225
|
14 |
+
],
|
15 |
+
"resample": 3,
|
16 |
+
"size": 224
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f44a02d3906bcf1283ff6a11866d6095e73b7b0d8fbc28761a3c8fad24e4c89
|
3 |
+
size 110408239
|
runs/Jul29_21-26-49_69a2448b8714/1659130058.0161936/events.out.tfevents.1659130058.69a2448b8714.72.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa20db0658ff7a52f05a8c9eb5152e9f7245058c0ae9befc92f04d886fedb876
|
3 |
+
size 5500
|
runs/Jul29_21-26-49_69a2448b8714/events.out.tfevents.1659130057.69a2448b8714.72.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56aaf9a9e2c9ac2a68440ab237db1dc2a72333bb4f1e1d7ead2cda930613a9ed
|
3 |
+
size 5505
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c28c4b05f6fb0f91060b0632bbc3bf7e8c75207e0724bf123acb2c7450eaf20
|
3 |
+
size 3375
|