matthieulel
commited on
Training in progress, epoch 0
Browse files- config.json +1 -1
- model.safetensors +1 -1
- preprocessor_config.json +0 -15
- training_args.bin +2 -2
config.json
CHANGED
@@ -63,5 +63,5 @@
|
|
63 |
"stage4"
|
64 |
],
|
65 |
"torch_dtype": "float32",
|
66 |
-
"transformers_version": "4.
|
67 |
}
|
|
|
63 |
"stage4"
|
64 |
],
|
65 |
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.37.2"
|
67 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 111520440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cf7913759c6c2ab1f6a2ef58da033ea61066c2afa1d683ef3537ba2a6ba377a
|
3 |
size 111520440
|
preprocessor_config.json
CHANGED
@@ -1,19 +1,4 @@
|
|
1 |
{
|
2 |
-
"_valid_processor_keys": [
|
3 |
-
"images",
|
4 |
-
"do_resize",
|
5 |
-
"size",
|
6 |
-
"crop_pct",
|
7 |
-
"resample",
|
8 |
-
"do_rescale",
|
9 |
-
"rescale_factor",
|
10 |
-
"do_normalize",
|
11 |
-
"image_mean",
|
12 |
-
"image_std",
|
13 |
-
"return_tensors",
|
14 |
-
"data_format",
|
15 |
-
"input_data_format"
|
16 |
-
],
|
17 |
"crop_pct": 0.875,
|
18 |
"do_normalize": true,
|
19 |
"do_rescale": true,
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"crop_pct": 0.875,
|
3 |
"do_normalize": true,
|
4 |
"do_rescale": true,
|
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:f4b62fcd9eb7bb2ffc813f9c46d3aeeb5b84899a52e9ee41db0afa9e2cd72e28
|
3 |
+
size 4856
|