Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +12 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: project-lighter
|
3 |
+
tags:
|
4 |
+
- lighter
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: https://github.com/project-lighter/lighter-zoo
|
11 |
+
- Docs: https://project-lighter.github.io/lighter/
|
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"blocks_down": [
|
3 |
+
1,
|
4 |
+
2,
|
5 |
+
2,
|
6 |
+
4,
|
7 |
+
4
|
8 |
+
],
|
9 |
+
"in_channels": 1,
|
10 |
+
"init_filters": 32,
|
11 |
+
"spatial_dims": 3
|
12 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b521ff13764ad0fce67f8ad2e5aa9ccc0823f69e4544b446581d8a2dee686215
|
3 |
+
size 311116176
|