Model save
Browse files- config.json +1 -1
- preprocessor_config.json +7 -2
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -34,5 +34,5 @@
|
|
| 34 |
"problem_type": "single_label_classification",
|
| 35 |
"qkv_bias": true,
|
| 36 |
"torch_dtype": "float32",
|
| 37 |
-
"transformers_version": "4.
|
| 38 |
}
|
|
|
|
| 34 |
"problem_type": "single_label_classification",
|
| 35 |
"qkv_bias": true,
|
| 36 |
"torch_dtype": "float32",
|
| 37 |
+
"transformers_version": "4.28.0"
|
| 38 |
}
|
preprocessor_config.json
CHANGED
|
@@ -1,17 +1,22 @@
|
|
| 1 |
{
|
| 2 |
"do_normalize": true,
|
|
|
|
| 3 |
"do_resize": true,
|
| 4 |
-
"feature_extractor_type": "ViTFeatureExtractor",
|
| 5 |
"image_mean": [
|
| 6 |
0.5,
|
| 7 |
0.5,
|
| 8 |
0.5
|
| 9 |
],
|
|
|
|
| 10 |
"image_std": [
|
| 11 |
0.5,
|
| 12 |
0.5,
|
| 13 |
0.5
|
| 14 |
],
|
| 15 |
"resample": 2,
|
| 16 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
}
|
|
|
|
| 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": "ViTFeatureExtractor",
|
| 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
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343277933
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40d750f0c6733a39ed82aed6fdeaed240664bdce22ef29df79f25c4f21d82b77
|
| 3 |
size 343277933
|
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:404aa2e7feeb19a99c8371f980922b0b1e205d87b8c0314e3020caeb1133140e
|
| 3 |
+
size 3579
|