fracapuano commited on
Commit
3fa418c
·
verified ·
1 Parent(s): 7963263

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +78 -0
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo_id": "fracapuano/brainformer-e-small",
3
+ "pick_types": [
4
+ "eeg",
5
+ "meg"
6
+ ],
7
+ "interpolate_bads": true,
8
+ "filter": [
9
+ 0.5,
10
+ 150
11
+ ],
12
+ "apply_notch": [
13
+ 50,
14
+ 100,
15
+ 150
16
+ ],
17
+ "resample_frequency": 200,
18
+ "norm_mode": "per_chan",
19
+ "timelock_events": "default",
20
+ "start": -0.5,
21
+ "duration": 2.0,
22
+ "baseline": null,
23
+ "verbose": false,
24
+ "quantize_level": null,
25
+ "mu_param": null,
26
+ "chunk_size": 400,
27
+ "notes": {
28
+ "failed_files": [
29
+ {
30
+ "file": "all_data/sub-02_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
31
+ "error": "ValueError: You have 1 events shorter than the shortest_event. These are very unusual and you may want to set min_duration to a larger value e.g. x / raw.info['sfreq']. Where x = 1 sample shorter than the shortest event length."
32
+ },
33
+ {
34
+ "file": "all_data/sub-02_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
35
+ "error": "ValueError: You have 1 events shorter than the shortest_event. These are very unusual and you may want to set min_duration to a larger value e.g. x / raw.info['sfreq']. Where x = 1 sample shorter than the shortest event length."
36
+ },
37
+ {
38
+ "file": "all_data/sub-03_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
39
+ "error": "ValueError: cannot reshape array of size 387246 into shape (1100,404)"
40
+ },
41
+ {
42
+ "file": "all_data/sub-03_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
43
+ "error": "ValueError: cannot reshape array of size 387246 into shape (1100,404)"
44
+ },
45
+ {
46
+ "file": "all_data/sub-04_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
47
+ "error": "ValueError: You have 1 events shorter than the shortest_event. These are very unusual and you may want to set min_duration to a larger value e.g. x / raw.info['sfreq']. Where x = 1 sample shorter than the shortest event length."
48
+ },
49
+ {
50
+ "file": "all_data/sub-04_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
51
+ "error": "ValueError: You have 1 events shorter than the shortest_event. These are very unusual and you may want to set min_duration to a larger value e.g. x / raw.info['sfreq']. Where x = 1 sample shorter than the shortest event length."
52
+ },
53
+ {
54
+ "file": "all_data/sub-04_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
55
+ "error": "ValueError: You have 1 events shorter than the shortest_event. These are very unusual and you may want to set min_duration to a larger value e.g. x / raw.info['sfreq']. Where x = 1 sample shorter than the shortest event length."
56
+ }
57
+ ],
58
+ "successful_files": [
59
+ "all_data/sub-01_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
60
+ "all_data/sub-01_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
61
+ "all_data/sub-01_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
62
+ "all_data/sub-01_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
63
+ "all_data/sub-01_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
64
+ "all_data/sub-02_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
65
+ "all_data/sub-02_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
66
+ "all_data/sub-02_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
67
+ "all_data/sub-03_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
68
+ "all_data/sub-03_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
69
+ "all_data/sub-03_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
70
+ "all_data/sub-04_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
71
+ "all_data/sub-04_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
72
+ "all_data/sub-04_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
73
+ "all_data/sub-02_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
74
+ "all_data/sub-01_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
75
+ "all_data/sub-03_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif"
76
+ ]
77
+ }
78
+ }