Training in progress, step 2000
Browse files- .gitignore +1 -0
- config.json +0 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- runs/Feb05_09-22-35_7a064d7230b4/1675588974.0759823/events.out.tfevents.1675588974.7a064d7230b4.2373.1 +3 -0
- runs/Feb05_09-22-35_7a064d7230b4/events.out.tfevents.1675588973.7a064d7230b4.2373.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:8d59ef381c60f27f716a7ac136728af4e812b015161eddef2044c0d6f23ecdbb
|
3 |
+
size 987233505
|
runs/Feb05_09-22-35_7a064d7230b4/1675588974.0759823/events.out.tfevents.1675588974.7a064d7230b4.2373.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19c973b868b1aaf2c360d4353003cc1682ef1e819327772733944ee5bb3cf5bf
|
3 |
+
size 5965
|
runs/Feb05_09-22-35_7a064d7230b4/events.out.tfevents.1675588973.7a064d7230b4.2373.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34896489d263ec328dda2826f3c8ee1b3b000a6c167d14ed4ca5dd3b12b6692c
|
3 |
+
size 1761207
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70af7f1f9334a0388e0ca1ed425138ef27f403abda0330ffdb84f92c40e38bcb
|
3 |
+
size 3643
|