Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +20 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: FoldVision
|
| 3 |
+
pipeline_tag: feature-extraction
|
| 4 |
+
tags:
|
| 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: [More Information Needed]
|
| 11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"channels": 5,
|
| 3 |
+
"depths": [
|
| 4 |
+
128,
|
| 5 |
+
256,
|
| 6 |
+
512,
|
| 7 |
+
1024,
|
| 8 |
+
1024
|
| 9 |
+
],
|
| 10 |
+
"embedding_dim": 1024,
|
| 11 |
+
"gn_groups": 16,
|
| 12 |
+
"kernel_sizes": [
|
| 13 |
+
7,
|
| 14 |
+
5,
|
| 15 |
+
3,
|
| 16 |
+
3,
|
| 17 |
+
3
|
| 18 |
+
],
|
| 19 |
+
"num_layers": 5
|
| 20 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56b555b519ab123024592801b47732dd9ff28bca5610506cec8d8fb8d595ffe4
|
| 3 |
+
size 488907688
|