AnetteHabanen
commited on
Commit
•
f0b2587
1
Parent(s):
06f9cf8
Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- preprocessor_config.json +20 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -144,7 +144,7 @@
|
|
144 |
"position_embedding_type": "sine",
|
145 |
"scale_embedding": false,
|
146 |
"torch_dtype": "float32",
|
147 |
-
"transformers_version": "4.
|
148 |
"use_pretrained_backbone": null,
|
149 |
"use_timm_backbone": false
|
150 |
}
|
|
|
144 |
"position_embedding_type": "sine",
|
145 |
"scale_embedding": false,
|
146 |
"torch_dtype": "float32",
|
147 |
+
"transformers_version": "4.40.0",
|
148 |
"use_pretrained_backbone": null,
|
149 |
"use_timm_backbone": false
|
150 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166506812
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7613bcd2c0c8d17f6e13d4683cf378b1f41c4dc6c408313e47d0d7d5a28e38b3
|
3 |
size 166506812
|
preprocessor_config.json
CHANGED
@@ -1,4 +1,24 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_convert_annotations": true,
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
|
|
1 |
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"annotations",
|
5 |
+
"return_segmentation_masks",
|
6 |
+
"masks_path",
|
7 |
+
"do_resize",
|
8 |
+
"size",
|
9 |
+
"resample",
|
10 |
+
"do_rescale",
|
11 |
+
"rescale_factor",
|
12 |
+
"do_normalize",
|
13 |
+
"do_convert_annotations",
|
14 |
+
"image_mean",
|
15 |
+
"image_std",
|
16 |
+
"do_pad",
|
17 |
+
"format",
|
18 |
+
"return_tensors",
|
19 |
+
"data_format",
|
20 |
+
"input_data_format"
|
21 |
+
],
|
22 |
"do_convert_annotations": true,
|
23 |
"do_normalize": true,
|
24 |
"do_pad": 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:1765c9aae6b012de7b9c5b8ffcf81a2d9577dc3366a8408e14ef358693ecb6ba
|
3 |
+
size 4920
|