Push model using huggingface_hub.
Browse files- README.md +9 -3
- config.json +19 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"affine": true,
|
3 |
+
"degree": 5,
|
4 |
+
"dropout": 0.05,
|
5 |
+
"dropout_linear": 0.25,
|
6 |
+
"expected_feature_shape": [
|
7 |
+
1,
|
8 |
+
1
|
9 |
+
],
|
10 |
+
"groups": 1,
|
11 |
+
"head_type": "Linear",
|
12 |
+
"input_channels": 3,
|
13 |
+
"l1_decay": 0,
|
14 |
+
"last_attention": false,
|
15 |
+
"num_classes": 1000,
|
16 |
+
"sa_inner_projection": null,
|
17 |
+
"vgg_type": "VGG11v4",
|
18 |
+
"width_scale": 2
|
19 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05dd7d0a2a6ae84c64e9fb80d6a0f4ab7b45a1b3071dad4a4694b9a30b15e548
|
3 |
+
size 29037860
|