Update tiny models for BeitBackbone
Browse files- config.json +1 -1
- model.safetensors +1 -1
- preprocessor_config.json +18 -0
config.json
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
"stage4"
|
51 |
],
|
52 |
"torch_dtype": "float32",
|
53 |
-
"transformers_version": "4.
|
54 |
"use_absolute_position_embeddings": false,
|
55 |
"use_auxiliary_head": true,
|
56 |
"use_mask_token": false,
|
|
|
50 |
"stage4"
|
51 |
],
|
52 |
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.39.0.dev0",
|
54 |
"use_absolute_position_embeddings": false,
|
55 |
"use_auxiliary_head": true,
|
56 |
"use_mask_token": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 118168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9961961a3be06b4ac4580e9d40ca45ec90b7c91e52c83046925bccfc592469b6
|
3 |
size 118168
|
preprocessor_config.json
CHANGED
@@ -1,4 +1,22 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"crop_size": {
|
3 |
"height": 30,
|
4 |
"width": 30
|
|
|
1 |
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"segmentation_maps",
|
5 |
+
"do_resize",
|
6 |
+
"size",
|
7 |
+
"resample",
|
8 |
+
"do_center_crop",
|
9 |
+
"crop_size",
|
10 |
+
"do_rescale",
|
11 |
+
"rescale_factor",
|
12 |
+
"do_normalize",
|
13 |
+
"image_mean",
|
14 |
+
"image_std",
|
15 |
+
"do_reduce_labels",
|
16 |
+
"return_tensors",
|
17 |
+
"data_format",
|
18 |
+
"input_data_format"
|
19 |
+
],
|
20 |
"crop_size": {
|
21 |
"height": 30,
|
22 |
"width": 30
|