Training in progress, step 100
Browse files- model.safetensors +1 -1
- preprocessor_config.json +11 -14
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343230128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cca8014ac5e8c81fc99f0659697c4b26bb8ab09a32e8691c16dbf22fa5dc8ac5
|
| 3 |
size 343230128
|
preprocessor_config.json
CHANGED
|
@@ -1,36 +1,33 @@
|
|
| 1 |
{
|
| 2 |
-
"crop_size":
|
| 3 |
-
"height": 224,
|
| 4 |
-
"width": 224
|
| 5 |
-
},
|
| 6 |
"data_format": "channels_first",
|
| 7 |
"default_to_square": true,
|
| 8 |
"device": null,
|
| 9 |
"disable_grouping": null,
|
| 10 |
-
"do_center_crop":
|
| 11 |
"do_convert_rgb": null,
|
| 12 |
"do_normalize": true,
|
| 13 |
"do_pad": null,
|
| 14 |
"do_rescale": true,
|
| 15 |
"do_resize": true,
|
| 16 |
"image_mean": [
|
| 17 |
-
0.
|
| 18 |
-
0.
|
| 19 |
-
0.
|
| 20 |
],
|
| 21 |
"image_processor_type": "ViTImageProcessorFast",
|
| 22 |
"image_std": [
|
| 23 |
-
0.
|
| 24 |
-
0.
|
| 25 |
-
0.
|
| 26 |
],
|
| 27 |
"input_data_format": null,
|
| 28 |
"pad_size": null,
|
| 29 |
-
"resample":
|
| 30 |
"rescale_factor": 0.00392156862745098,
|
| 31 |
"return_tensors": null,
|
| 32 |
"size": {
|
| 33 |
-
"height":
|
| 34 |
-
"width":
|
| 35 |
}
|
| 36 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"crop_size": null,
|
|
|
|
|
|
|
|
|
|
| 3 |
"data_format": "channels_first",
|
| 4 |
"default_to_square": true,
|
| 5 |
"device": null,
|
| 6 |
"disable_grouping": null,
|
| 7 |
+
"do_center_crop": null,
|
| 8 |
"do_convert_rgb": null,
|
| 9 |
"do_normalize": true,
|
| 10 |
"do_pad": null,
|
| 11 |
"do_rescale": true,
|
| 12 |
"do_resize": true,
|
| 13 |
"image_mean": [
|
| 14 |
+
0.5,
|
| 15 |
+
0.5,
|
| 16 |
+
0.5
|
| 17 |
],
|
| 18 |
"image_processor_type": "ViTImageProcessorFast",
|
| 19 |
"image_std": [
|
| 20 |
+
0.5,
|
| 21 |
+
0.5,
|
| 22 |
+
0.5
|
| 23 |
],
|
| 24 |
"input_data_format": null,
|
| 25 |
"pad_size": null,
|
| 26 |
+
"resample": 2,
|
| 27 |
"rescale_factor": 0.00392156862745098,
|
| 28 |
"return_tensors": null,
|
| 29 |
"size": {
|
| 30 |
+
"height": 224,
|
| 31 |
+
"width": 224
|
| 32 |
}
|
| 33 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5334c0c0e29ef77b01f9291091d0fff8c556a9c864406955f798fe082d8801c9
|
| 3 |
size 5841
|