Upload folder using huggingface_hub
Browse files- config.json +18 -0
- onnx/model.onnx +3 -0
- preprocessor_config.json +26 -0
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
+
"_name_or_path": "hf-internal-testing/tiny-random-MobileNetV1ForImageClassification",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"MobileNetV1ForImageClassification"
|
| 6 |
+
],
|
| 7 |
+
"classifier_dropout_prob": 0.1,
|
| 8 |
+
"depth_multiplier": 0.25,
|
| 9 |
+
"hidden_act": "relu6",
|
| 10 |
+
"image_size": 32,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"layer_norm_eps": 0.001,
|
| 13 |
+
"min_depth": 8,
|
| 14 |
+
"model_type": "mobilenet_v1",
|
| 15 |
+
"num_channels": 3,
|
| 16 |
+
"tf_padding": true,
|
| 17 |
+
"transformers_version": "4.48.2"
|
| 18 |
+
}
|
onnx/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd57e343c0e2c093454a828a67b3ef3f875a476eff0a2986e454e452334c3a63
|
| 3 |
+
size 928254
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": {
|
| 3 |
+
"height": 32,
|
| 4 |
+
"width": 32
|
| 5 |
+
},
|
| 6 |
+
"do_center_crop": true,
|
| 7 |
+
"do_normalize": true,
|
| 8 |
+
"do_rescale": true,
|
| 9 |
+
"do_resize": true,
|
| 10 |
+
"image_mean": [
|
| 11 |
+
0.5,
|
| 12 |
+
0.5,
|
| 13 |
+
0.5
|
| 14 |
+
],
|
| 15 |
+
"image_processor_type": "MobileNetV1FeatureExtractor",
|
| 16 |
+
"image_std": [
|
| 17 |
+
0.5,
|
| 18 |
+
0.5,
|
| 19 |
+
0.5
|
| 20 |
+
],
|
| 21 |
+
"resample": 2,
|
| 22 |
+
"rescale_factor": 0.00392156862745098,
|
| 23 |
+
"size": {
|
| 24 |
+
"shortest_edge": 32
|
| 25 |
+
}
|
| 26 |
+
}
|