Push model using huggingface_hub.
Browse files- README.md +11 -3
- config.json +8 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- pytorch_model_hub_mixin
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 9 |
+
- Code: [More Information Needed]
|
| 10 |
+
- Paper: [More Information Needed]
|
| 11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"device": "cpu",
|
| 3 |
+
"embedding": "resnet",
|
| 4 |
+
"nheads": 8,
|
| 5 |
+
"nlayer": 4,
|
| 6 |
+
"num_classes": 10,
|
| 7 |
+
"pretrained": true
|
| 8 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5542374f1b254b7b67bd68ab5b7bc65b24923fc8bdddf9659293f802612fd80c
|
| 3 |
+
size 213876608
|