Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +20 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- pytorch_model_hub_mixin
|
4 |
+
- model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alternation": "bidirectional",
|
3 |
+
"depth": 24,
|
4 |
+
"dim": 192,
|
5 |
+
"drop_path_decay": false,
|
6 |
+
"drop_path_rate": 0.0,
|
7 |
+
"input_shape": [
|
8 |
+
3,
|
9 |
+
224,
|
10 |
+
224
|
11 |
+
],
|
12 |
+
"legacy_norm": true,
|
13 |
+
"mode": "classifier",
|
14 |
+
"output_shape": [
|
15 |
+
1000
|
16 |
+
],
|
17 |
+
"patch_size": 16,
|
18 |
+
"pooling": "bilateral_avg",
|
19 |
+
"stride": null
|
20 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f55e765341fd86463d120f0033b7971b99cc7911a411b81701901298ab0a1b9
|
3 |
+
size 24388040
|