Push model using huggingface_hub.
Browse files- codecs/image/README.md +10 -0
- codecs/image/config.json +16 -0
- codecs/image/model.safetensors +3 -0
codecs/image/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_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 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
codecs/image/config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embedding_dim": 5,
|
| 3 |
+
"hidden_dims": 512,
|
| 4 |
+
"mult_factor": 10.0,
|
| 5 |
+
"multisurvey_projection_dims": 54,
|
| 6 |
+
"n_compressions": 2,
|
| 7 |
+
"num_consecutive": 4,
|
| 8 |
+
"quantizer_levels": [
|
| 9 |
+
7,
|
| 10 |
+
5,
|
| 11 |
+
5,
|
| 12 |
+
5,
|
| 13 |
+
5
|
| 14 |
+
],
|
| 15 |
+
"range_compression_factor": 0.01
|
| 16 |
+
}
|
codecs/image/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44990e9e993aa573b6bd2f5b2150a4bd44c05373794c35b0fc2447e98a374cef
|
| 3 |
+
size 280266508
|