Commit
·
32bfe91
1
Parent(s):
3b298d6
v2 update
Browse files- config.json +24 -0
- preprocessor_config.json +19 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attention_probs_dropout_prob": 0.1,
|
| 3 |
+
"drop_path_rate": 0.1,
|
| 4 |
+
"hidden_act": "gelu",
|
| 5 |
+
"hidden_dropout_prob": 0.1,
|
| 6 |
+
"hidden_size": 32,
|
| 7 |
+
"image_size": 30,
|
| 8 |
+
"initializer_range": 0.02,
|
| 9 |
+
"intermediate_size": 37,
|
| 10 |
+
"layer_norm_eps": 1e-12,
|
| 11 |
+
"layer_scale_init_value": 0.1,
|
| 12 |
+
"model_type": "beit",
|
| 13 |
+
"num_attention_heads": 4,
|
| 14 |
+
"num_channels": 3,
|
| 15 |
+
"num_hidden_layers": 5,
|
| 16 |
+
"patch_size": 2,
|
| 17 |
+
"transformers_version": "4.11.0.dev0",
|
| 18 |
+
"use_absolute_position_embeddings": false,
|
| 19 |
+
"use_mask_token": false,
|
| 20 |
+
"use_mean_pooling": true,
|
| 21 |
+
"use_relative_position_bias": false,
|
| 22 |
+
"use_shared_relative_position_bias": false,
|
| 23 |
+
"vocab_size": {}
|
| 24 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": 224,
|
| 3 |
+
"do_center_crop": false,
|
| 4 |
+
"do_normalize": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"feature_extractor_type": "BeitFeatureExtractor",
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"resample": 2,
|
| 18 |
+
"size": 224
|
| 19 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adc0d45f1ca71b168848059557dc273d72d749d1138aa0794ca4c0fe8b57d0a4
|
| 3 |
+
size 166353
|