Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +19 -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,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"license": "mit",
|
| 3 |
+
"max_input_dim": 64,
|
| 4 |
+
"n_dec_layers": 1,
|
| 5 |
+
"n_inds": 32,
|
| 6 |
+
"n_phi_heads": 16,
|
| 7 |
+
"n_phi_layers": 2,
|
| 8 |
+
"n_rho_layers": 3,
|
| 9 |
+
"n_seeds": 10,
|
| 10 |
+
"output_dim": 1,
|
| 11 |
+
"phi_activation_fun": "gelu",
|
| 12 |
+
"phi_dim_forward": 1024,
|
| 13 |
+
"phi_hidden_dim": 256,
|
| 14 |
+
"phi_model": "set_transformer",
|
| 15 |
+
"quantile_conditioned": false,
|
| 16 |
+
"repo_url": null,
|
| 17 |
+
"rho_hidden_dim": 256,
|
| 18 |
+
"sab_stack_layers": 2
|
| 19 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dafdc99dfb0ce6ca4a2f08a7c52adba55931631a3a315e98620310b9c9c8336
|
| 3 |
+
size 22102060
|