Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +16 -0
- model.safetensors +3 -0
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]
|
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"decoder_hidden_dim": 128,
|
| 3 |
+
"decoder_layers": 2,
|
| 4 |
+
"dropout_rate": 0.1,
|
| 5 |
+
"encoder_hidden_dim": 256,
|
| 6 |
+
"encoder_layers": 2,
|
| 7 |
+
"input_channels": 1,
|
| 8 |
+
"latent_size": 4096,
|
| 9 |
+
"num_classes": 2,
|
| 10 |
+
"seq_len": 50,
|
| 11 |
+
"use_batchnorm": true,
|
| 12 |
+
"use_classifier": false,
|
| 13 |
+
"use_convlstm": true,
|
| 14 |
+
"use_latent_split": true,
|
| 15 |
+
"use_residual": true
|
| 16 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e9068a5301fe5a3aadb50c49de035fddbc76decc4204cb2b4cde64eb246ed34
|
| 3 |
+
size 2206553196
|