Initial model upload
Browse files- README.md +14 -0
- config.json +14 -0
- model.safetensors +3 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: braindecode
|
| 3 |
+
license: bsd-3-clause
|
| 4 |
+
tags:
|
| 5 |
+
- BDTCN
|
| 6 |
+
- braindecode
|
| 7 |
+
- model_hub_mixin
|
| 8 |
+
- pytorch_model_hub_mixin
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 12 |
+
- Code: https://braindecode.org
|
| 13 |
+
- Paper: [More Information Needed]
|
| 14 |
+
- Docs: https://braindecode.org/stable/generated/braindecode.models.BDTCN.html
|
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_chans": 15,
|
| 3 |
+
"n_outputs": 2,
|
| 4 |
+
"chs_info": null,
|
| 5 |
+
"n_times": 750,
|
| 6 |
+
"sfreq": null,
|
| 7 |
+
"input_window_seconds": null,
|
| 8 |
+
"n_blocks": 3,
|
| 9 |
+
"n_filters": 30,
|
| 10 |
+
"kernel_size": 5,
|
| 11 |
+
"drop_prob": 0.5,
|
| 12 |
+
"activation": "torch.nn.modules.activation.ReLU",
|
| 13 |
+
"braindecode_version": "1.5.1"
|
| 14 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4187f25515acd16135638d9473fc92ad352df44be3294d4df93dc8b8de84a629
|
| 3 |
+
size 105448
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1883e2b1ecd594f1ff60277556b94f0805dbb75b93675e167aa97618c6f582ff
|
| 3 |
+
size 114249
|