Commit
·
2297f08
1
Parent(s):
a9a74e0
Training in progress, epoch 0
Browse files- config.json +1 -1
- model.safetensors +1 -1
- preprocessor_config.json +6 -6
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Swinv2ForImageClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "msi-swinv2-tiny-pretrain",
|
3 |
"architectures": [
|
4 |
"Swinv2ForImageClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110350128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfe50207ab14f537b75c97cc906e5a1595785dd0a211f0b5b4068f8abd3b689f
|
3 |
size 110350128
|
preprocessor_config.json
CHANGED
@@ -3,15 +3,15 @@
|
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"image_mean": [
|
6 |
-
0.
|
7 |
-
0.
|
8 |
-
0.
|
9 |
],
|
10 |
"image_processor_type": "ViTImageProcessor",
|
11 |
"image_std": [
|
12 |
-
0.
|
13 |
-
0.
|
14 |
-
0.
|
15 |
],
|
16 |
"resample": 3,
|
17 |
"rescale_factor": 0.00392156862745098,
|
|
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"image_mean": [
|
6 |
+
0.69261899,
|
7 |
+
0.51298305,
|
8 |
+
0.7263637
|
9 |
],
|
10 |
"image_processor_type": "ViTImageProcessor",
|
11 |
"image_std": [
|
12 |
+
0.13099993,
|
13 |
+
0.18332116,
|
14 |
+
0.14441279
|
15 |
],
|
16 |
"resample": 3,
|
17 |
"rescale_factor": 0.00392156862745098,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d48b8803e62515b7cdab9fddb7c27da92923c0c2e8d68ded9dc2183c8a68ce1
|
3 |
size 4091
|