bruAristimunha commited on
Commit
7d6e2d7
·
verified ·
1 Parent(s): 902a9ba

Add MVPFormer weights converted to braindecode

Browse files
Files changed (4) hide show
  1. README.md +14 -0
  2. config.json +22 -0
  3. model.safetensors +3 -0
  4. 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
+ - MVPFormer
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.MVPFormer.html
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_outputs": 2,
3
+ "n_chans": 32,
4
+ "chs_info": null,
5
+ "n_times": 10240,
6
+ "input_window_seconds": null,
7
+ "sfreq": 512.0,
8
+ "segment_len": 2560,
9
+ "d_model": 768,
10
+ "n_layers": 12,
11
+ "n_heads": 12,
12
+ "n_head_kv": 4,
13
+ "d_inner": 1728,
14
+ "local_window": 10,
15
+ "global_att": true,
16
+ "max_segments": 110,
17
+ "max_channels": 128,
18
+ "drop_prob": 0.1,
19
+ "activation": "torch.nn.modules.activation.SiLU",
20
+ "pooling": "mean",
21
+ "braindecode_version": "1.6.1dev0"
22
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de45924fede40ba670a86c98a640d58a3406bd2d2a4e4715fa3d45b61022edbe
3
+ size 294329840
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b0fec225d6bbfb16e2dfebaa842b75fdd3806d40ca0dd571ed8fc9b1a4ca926
3
+ size 294365122