JEdward7777
commited on
Commit
•
3169bcc
1
Parent(s):
b9da57c
Training in progress, epoch 1
Browse files- config.json +1 -1
- preprocessor_config.json +7 -1
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
"problem_type": "single_label_classification",
|
51 |
"qkv_bias": true,
|
52 |
"torch_dtype": "float32",
|
53 |
-
"transformers_version": "4.
|
54 |
"use_absolute_embeddings": false,
|
55 |
"window_size": 7
|
56 |
}
|
|
|
50 |
"problem_type": "single_label_classification",
|
51 |
"qkv_bias": true,
|
52 |
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.25.1",
|
54 |
"use_absolute_embeddings": false,
|
55 |
"window_size": 7
|
56 |
}
|
preprocessor_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"do_normalize": true,
|
|
|
3 |
"do_resize": true,
|
4 |
"feature_extractor_type": "ViTFeatureExtractor",
|
5 |
"image_mean": [
|
@@ -7,11 +8,16 @@
|
|
7 |
0.456,
|
8 |
0.406
|
9 |
],
|
|
|
10 |
"image_std": [
|
11 |
0.229,
|
12 |
0.224,
|
13 |
0.225
|
14 |
],
|
15 |
"resample": 3,
|
16 |
-
"
|
|
|
|
|
|
|
|
|
17 |
}
|
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"feature_extractor_type": "ViTFeatureExtractor",
|
6 |
"image_mean": [
|
|
|
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
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5655abff4d2772e8410865c5098a383bed47fd6feb8ded2989e62138784e0a7
|
3 |
+
size 110407153
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a6ab128e1da6584786a160e77b651bf9c1dc302c1a4c283f0fe823672bcb925
|
3 |
+
size 3387
|