Commit
·
25d1aeb
1
Parent(s):
ff0fa5c
Training in progress, step 10000
Browse files- .gitignore +1 -0
- config.json +0 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- runs/Jun06_15-25-56_4352e34115d0/1686065171.2160974/events.out.tfevents.1686065171.4352e34115d0.28.1 +3 -0
- runs/Jun06_15-25-56_4352e34115d0/events.out.tfevents.1686065170.4352e34115d0.28.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,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": "ViTImageProcessor",
|
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": 224,
|
21 |
+
"width": 224
|
22 |
+
}
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d595e3d1d1f4927b3cec481bd5bcf525d51578cbce8849ac48dbf50e4668f3d
|
3 |
+
size 987233505
|
runs/Jun06_15-25-56_4352e34115d0/1686065171.2160974/events.out.tfevents.1686065171.4352e34115d0.28.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05020e535e787f51059bc4223f05e4ae3b3e272a7f6bc20a14cf4da70301cdcd
|
3 |
+
size 6284
|
runs/Jun06_15-25-56_4352e34115d0/events.out.tfevents.1686065170.4352e34115d0.28.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0cfc2f94eedc5550a6d9890b78fbf0dd7b0664c4e7788a9b9b8b5ce22fae596
|
3 |
+
size 1761767
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:687d16e2057ec1481d8a249442483a841fbb36cbf4c7fa91803c1f0617f73ef0
|
3 |
+
size 4091
|