Upload folder using huggingface_hub (#6)
Browse files- 8f7700e191c255d3f605d02d5db311654f202db47da7e5b9770d9e6da1d540e1 (00da450bc035d3d526004631d422a64fbbd8cecd)
- cd4bfe0525b60d260d6a131492646a873aad8e1bf9109813f223d5077a13e8aa (e7202b1161cc34dbafe804406c7315ac62cf3b44)
- README.md +2 -3
- model/optimized_model.pkl +2 -2
- model/smash_config.json +2 -2
- plots.png +0 -0
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
library_name: pruna-engine
|
4 |
thumbnail: "https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg"
|
5 |
metrics:
|
@@ -79,11 +78,11 @@ You can run the smashed model with these steps:
|
|
79 |
|
80 |
## Configurations
|
81 |
|
82 |
-
The configuration info are in `
|
83 |
|
84 |
## Credits & License
|
85 |
|
86 |
-
|
87 |
|
88 |
## Want to compress other models?
|
89 |
|
|
|
1 |
---
|
|
|
2 |
library_name: pruna-engine
|
3 |
thumbnail: "https://assets-global.website-files.com/646b351987a8d8ce158d1940/64ec9e96b4334c0e1ac41504_Logo%20with%20white%20text.svg"
|
4 |
metrics:
|
|
|
78 |
|
79 |
## Configurations
|
80 |
|
81 |
+
The configuration info are in `model/smash_config.json`.
|
82 |
|
83 |
## Credits & License
|
84 |
|
85 |
+
The license of the smashed model follows the license of the original model. Please check the license of the original model segmind/SSD-1B before using this model which provided the base model. The license of the `pruna-engine` is [here](https://pypi.org/project/pruna-engine/) on Pypi.
|
86 |
|
87 |
## Want to compress other models?
|
88 |
|
model/optimized_model.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b3ed54f811f7520617dd8b171c167ef266f52f08f4b319ccaed5dfd28544fef
|
3 |
+
size 4470556464
|
model/smash_config.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81db5e325313ee20dd6a491e8617c16fbc953c99f14147e49f7b0312a0133d16
|
3 |
+
size 861
|
plots.png
CHANGED