Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +29 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- Library: [More Information Needed]
|
| 9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"classification": true,
|
| 3 |
+
"fusion": "avg",
|
| 4 |
+
"hidden_dim": 512,
|
| 5 |
+
"m_dropout": 0.11768506840534872,
|
| 6 |
+
"m_hidden_dim": 512,
|
| 7 |
+
"m_input_dim": 34,
|
| 8 |
+
"num_classes": 10,
|
| 9 |
+
"p_activation": "gelu",
|
| 10 |
+
"p_d_ff": 512,
|
| 11 |
+
"p_d_model": 128,
|
| 12 |
+
"p_dropout": 0.23298025523387417,
|
| 13 |
+
"p_e_layers": 8,
|
| 14 |
+
"p_enc_in": 9,
|
| 15 |
+
"p_factor": 1,
|
| 16 |
+
"p_n_heads": 4,
|
| 17 |
+
"p_output_attention": false,
|
| 18 |
+
"s_conv_channels": [
|
| 19 |
+
3,
|
| 20 |
+
64,
|
| 21 |
+
64,
|
| 22 |
+
32,
|
| 23 |
+
32
|
| 24 |
+
],
|
| 25 |
+
"s_dropout": 0.17681432650209564,
|
| 26 |
+
"s_kernel_size": 3,
|
| 27 |
+
"s_mp_kernel_size": 4,
|
| 28 |
+
"seq_len": 200
|
| 29 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb7f889297b24e7bc642a629f9407d499662e066c0873078ce8e7e8b2654385
|
| 3 |
+
size 66079020
|