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": false,
|
3 |
+
"fusion": "avg",
|
4 |
+
"hidden_dim": 512,
|
5 |
+
"m_dropout": 0.1595340013391597,
|
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.24510711541869523,
|
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.33926589273352475,
|
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:7f503d2f349589f6f3e49b0b06d66514603bf3c93c618a4ffbde5f03e62107ae
|
3 |
+
size 66058340
|