eugenehp commited on
Commit
be99965
·
verified ·
1 Parent(s): 2a32598

Upload config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.yaml +51 -0
config.yaml ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # NeuroRVQ safetensors weights for neurorvq-rs
2
+ # This file enables HuggingFace download tracking
3
+ # https://huggingface.co/docs/hub/models-download-stats
4
+
5
+ model_type: neurorvq
6
+ framework: burn
7
+ language: rust
8
+
9
+ modalities:
10
+ - EEG
11
+ - ECG
12
+ - EMG
13
+
14
+ tokenizers:
15
+ - NeuroRVQ_EEG_tokenizer_v1.safetensors
16
+ - NeuroRVQ_ECG_tokenizer_v1.safetensors
17
+ - NeuroRVQ_EMG_tokenizer_v1.safetensors
18
+
19
+ foundation_models:
20
+ - NeuroRVQ_EEG_foundation_model_v1.safetensors
21
+ - NeuroRVQ_EMG_foundation_model_v1.safetensors
22
+
23
+ architecture:
24
+ encoder_depth: 12
25
+ decoder_depth: 3
26
+ num_heads: 10
27
+ codebook_size: 8192
28
+ code_dim: 128
29
+ eeg:
30
+ embed_dim: 200
31
+ patch_size: 200
32
+ n_patches: 256
33
+ n_channels: 103
34
+ rvq_levels: 8
35
+ params_tokenizer: 76.0M
36
+ params_fm: 58.6M
37
+ ecg:
38
+ embed_dim: 40
39
+ patch_size: 40
40
+ n_patches: 600
41
+ n_channels: 15
42
+ rvq_levels: 8
43
+ params_tokenizer: 68.1M
44
+ emg:
45
+ embed_dim: 200
46
+ patch_size: 200
47
+ n_patches: 256
48
+ n_channels: 16
49
+ rvq_levels: 16
50
+ params_tokenizer: 143.6M
51
+ params_fm: 111.2M