Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swinv2-base-patch4-window8-256",
|
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 |
+
"N": 0,
|
21 |
+
"Y": 1
|
22 |
+
},
|
23 |
+
"image_size": 256,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"label2id": {
|
26 |
+
"0": "N",
|
27 |
+
"1": "Y"
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-05,
|
30 |
+
"mlp_ratio": 4.0,
|
31 |
+
"model_type": "swinv2",
|
32 |
+
"num_channels": 1,
|
33 |
+
"num_heads": [
|
34 |
+
4,
|
35 |
+
8,
|
36 |
+
16,
|
37 |
+
32
|
38 |
+
],
|
39 |
+
"num_layers": 4,
|
40 |
+
"patch_size": 4,
|
41 |
+
"path_norm": true,
|
42 |
+
"pretrained_window_sizes": [
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0
|
47 |
+
],
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"qkv_bias": true,
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.35.2",
|
52 |
+
"use_absolute_embeddings": false,
|
53 |
+
"window_size": 8
|
54 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cc50fe744aff88f54c6df29775283c168fad9c2822f75d7eec4684319b3db6f
|
3 |
+
size 347629088
|
preprocessor_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": false,
|
4 |
+
"do_resize": false,
|
5 |
+
"image_mean": 106.219,
|
6 |
+
"image_processor_type": "ViTImageProcessor",
|
7 |
+
"image_std": 42.025,
|
8 |
+
"resample": 3,
|
9 |
+
"rescale_factor": 0.00392156862745098,
|
10 |
+
"size": {
|
11 |
+
"height": 256,
|
12 |
+
"width": 256
|
13 |
+
}
|
14 |
+
}
|
runs/Nov23_14-34-57_b42e52fff48c/events.out.tfevents.1700750104.b42e52fff48c.164.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57b0e97edb3da31b8990cfe6738a7929fd3f82c994930276d62a1a0212999fbf
|
3 |
+
size 5826
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c0f9a6a2781283aaae438a19eac2e23e97910724368d5c59dc0ee4c2cc4afd4
|
3 |
+
size 4664
|