Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +0 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Mar07_10-30-48_58c75717d741/1678185077.8601024/events.out.tfevents.1678185077.58c75717d741.926.1 +3 -0
- runs/Mar07_10-30-48_58c75717d741/events.out.tfevents.1678185077.58c75717d741.926.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dddd800e9279eda30b10f53805e5d9408f3fead8d2c0ba9ac728a4e108f3fa0
|
3 |
+
size 389076461
|
runs/Mar07_10-30-48_58c75717d741/1678185077.8601024/events.out.tfevents.1678185077.58c75717d741.926.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:923b37b22eec3df6fc34b90013074c73ab352ed3936fee042f7cc4e3f3ac729c
|
3 |
+
size 5713
|
runs/Mar07_10-30-48_58c75717d741/events.out.tfevents.1678185077.58c75717d741.926.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0963be6754c2ba45e956fe94435970dcee08fe8dc65efde039a6f4d709814547
|
3 |
+
size 767514
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2df9f53e47fa3cd7c0ca239ff8fb7086b3cef6c7abd474c6597994ea44544e2
|
3 |
+
size 3515
|