fracapuano commited on
Commit
861758a
·
verified ·
1 Parent(s): 739cd9d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +183 -0
config.json ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo_id": "fracapuano/brainformer-e-large",
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-04_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-02_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-05_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
55
+ "error": "ValueError: buffer size must be a multiple of element size"
56
+ },
57
+ {
58
+ "file": "all_data/sub-05_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
59
+ "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."
60
+ },
61
+ {
62
+ "file": "all_data/sub-05_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
63
+ "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."
64
+ },
65
+ {
66
+ "file": "all_data/sub-07_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
67
+ "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."
68
+ },
69
+ {
70
+ "file": "all_data/sub-08_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
71
+ "error": "ValueError: array must not contain infs or NaNs"
72
+ },
73
+ {
74
+ "file": "all_data/sub-08_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
75
+ "error": "ValueError: array must not contain infs or NaNs"
76
+ },
77
+ {
78
+ "file": "all_data/sub-08_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
79
+ "error": "ValueError: array must not contain infs or NaNs"
80
+ },
81
+ {
82
+ "file": "all_data/sub-08_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
83
+ "error": "ValueError: array must not contain infs or NaNs"
84
+ },
85
+ {
86
+ "file": "all_data/sub-08_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
87
+ "error": "ValueError: buffer size must be a multiple of element size"
88
+ },
89
+ {
90
+ "file": "all_data/sub-10_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
91
+ "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."
92
+ },
93
+ {
94
+ "file": "all_data/sub-14_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
95
+ "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."
96
+ },
97
+ {
98
+ "file": "all_data/sub-14_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
99
+ "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."
100
+ },
101
+ {
102
+ "file": "all_data/sub-04_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
103
+ "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."
104
+ },
105
+ {
106
+ "file": "all_data/sub-08_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
107
+ "error": "ValueError: array must not contain infs or NaNs"
108
+ },
109
+ {
110
+ "file": "all_data/sub-10_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
111
+ "error": "ValueError: You have 2 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."
112
+ },
113
+ {
114
+ "file": "all_data/sub-13_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
115
+ "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."
116
+ }
117
+ ],
118
+ "successful_files": [
119
+ "all_data/sub-01_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
120
+ "all_data/sub-01_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
121
+ "all_data/sub-01_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
122
+ "all_data/sub-01_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
123
+ "all_data/sub-01_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
124
+ "all_data/sub-02_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
125
+ "all_data/sub-02_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
126
+ "all_data/sub-02_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
127
+ "all_data/sub-03_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
128
+ "all_data/sub-03_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
129
+ "all_data/sub-03_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
130
+ "all_data/sub-04_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
131
+ "all_data/sub-04_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
132
+ "all_data/sub-04_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
133
+ "all_data/sub-05_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
134
+ "all_data/sub-05_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
135
+ "all_data/sub-06_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
136
+ "all_data/sub-06_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
137
+ "all_data/sub-06_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
138
+ "all_data/sub-06_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
139
+ "all_data/sub-06_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
140
+ "all_data/sub-07_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
141
+ "all_data/sub-07_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
142
+ "all_data/sub-07_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
143
+ "all_data/sub-07_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
144
+ "all_data/sub-09_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
145
+ "all_data/sub-09_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
146
+ "all_data/sub-09_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
147
+ "all_data/sub-09_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
148
+ "all_data/sub-09_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
149
+ "all_data/sub-10_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
150
+ "all_data/sub-10_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
151
+ "all_data/sub-10_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
152
+ "all_data/sub-10_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
153
+ "all_data/sub-11_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
154
+ "all_data/sub-11_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
155
+ "all_data/sub-11_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
156
+ "all_data/sub-11_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
157
+ "all_data/sub-11_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
158
+ "all_data/sub-12_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
159
+ "all_data/sub-12_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
160
+ "all_data/sub-12_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
161
+ "all_data/sub-12_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
162
+ "all_data/sub-12_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
163
+ "all_data/sub-13_ses-meg_task-facerecognition_run-03_proc-tsss_meg.fif",
164
+ "all_data/sub-13_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
165
+ "all_data/sub-13_ses-meg_task-facerecognition_run-06_proc-tsss_meg.fif",
166
+ "all_data/sub-13_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
167
+ "all_data/sub-13_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
168
+ "all_data/sub-14_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
169
+ "all_data/sub-14_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
170
+ "all_data/sub-14_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
171
+ "all_data/sub-02_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
172
+ "all_data/sub-05_ses-meg_task-facerecognition_run-02_proc-tsss_meg.fif",
173
+ "all_data/sub-01_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
174
+ "all_data/sub-03_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
175
+ "all_data/sub-06_ses-meg_task-facerecognition_run-05_proc-tsss_meg.fif",
176
+ "all_data/sub-07_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
177
+ "all_data/sub-09_ses-meg_task-facerecognition_run-01_proc-tsss_meg.fif",
178
+ "all_data/sub-11_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
179
+ "all_data/sub-12_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif",
180
+ "all_data/sub-14_ses-meg_task-facerecognition_run-04_proc-tsss_meg.fif"
181
+ ]
182
+ }
183
+ }