Gokulapriyan
commited on
Commit
•
325eee3
1
Parent(s):
0d083b5
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +58 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- runs/Feb20_13-48-34_f8a2a2cfe247/1676900929.1482146/events.out.tfevents.1676900929.f8a2a2cfe247.738.1 +3 -0
- runs/Feb20_13-48-34_f8a2a2cfe247/events.out.tfevents.1676900929.f8a2a2cfe247.738.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": "Gokulapriyan/swinv2-tiny-patch4-window8-256-finetuned-og-dataset-10e",
|
3 |
+
"architectures": [
|
4 |
+
"Swinv2ForImageClassification"
|
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": "FNH",
|
21 |
+
"1": "HCC",
|
22 |
+
"2": "HHE",
|
23 |
+
"3": "healthy"
|
24 |
+
},
|
25 |
+
"image_size": 256,
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"label2id": {
|
28 |
+
"FNH": 0,
|
29 |
+
"HCC": 1,
|
30 |
+
"HHE": 2,
|
31 |
+
"healthy": 3
|
32 |
+
},
|
33 |
+
"layer_norm_eps": 1e-05,
|
34 |
+
"mlp_ratio": 4.0,
|
35 |
+
"model_type": "swinv2",
|
36 |
+
"num_channels": 3,
|
37 |
+
"num_heads": [
|
38 |
+
3,
|
39 |
+
6,
|
40 |
+
12,
|
41 |
+
24
|
42 |
+
],
|
43 |
+
"num_layers": 4,
|
44 |
+
"patch_size": 4,
|
45 |
+
"path_norm": true,
|
46 |
+
"pretrained_window_sizes": [
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0
|
51 |
+
],
|
52 |
+
"problem_type": "single_label_classification",
|
53 |
+
"qkv_bias": true,
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.26.1",
|
56 |
+
"use_absolute_embeddings": false,
|
57 |
+
"window_size": 8
|
58 |
+
}
|
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": "ViTFeatureExtractor",
|
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": 256,
|
21 |
+
"width": 256
|
22 |
+
}
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f48ec243708cca6de911418f488b0584f39db64c97786a69c59c72facaee01bb
|
3 |
+
size 110411297
|
runs/Feb20_13-48-34_f8a2a2cfe247/1676900929.1482146/events.out.tfevents.1676900929.f8a2a2cfe247.738.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ed42a329c125d86f89ce06ecb3d504f7a9e95b7335d115be80c52b623609443
|
3 |
+
size 5861
|
runs/Feb20_13-48-34_f8a2a2cfe247/events.out.tfevents.1676900929.f8a2a2cfe247.738.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8cf79125698ca14cdaecf39e3b30c216cc515f42f03706bbd3304aae60324a8
|
3 |
+
size 13185
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f0ff242a8aeae5424300c6c947076fa3c4ab50308fbc403d888bdd637f131c5
|
3 |
+
size 3643
|