webxos commited on
Commit
a68d7e8
·
verified ·
1 Parent(s): 6d8b614

Upload 2 files

Browse files
Files changed (2) hide show
  1. data.jsonl +64 -0
  2. metadata.json +63 -0
data.jsonl ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "timestamp": 1767171179245,
4
+ "session_time": 0,
5
+ "mouse": {
6
+ "position": [0.0, 0.0],
7
+ "delta": [0, 0],
8
+ "buttons": 0
9
+ },
10
+ "keyboard": {
11
+ "mouse": false
12
+ },
13
+ "camera": {
14
+ "position": [0.0, 0.0, 0.0],
15
+ "rotation": [0.0, 0.0, 0.0]
16
+ },
17
+ "environment": {
18
+ "active_targets": [
19
+ {
20
+ "position": [0.0, 0.0, 0.0],
21
+ "distance": 0.0
22
+ }
23
+ ],
24
+ "fps": 60
25
+ },
26
+ "type": "mouse_move",
27
+ "button": null,
28
+ "target": null,
29
+ "neural_context": {
30
+ "channel_0": 0.0,
31
+ "channel_1": 0.0,
32
+ "channel_2": 0.0,
33
+ "channel_3": 0.0,
34
+ "channel_4": 0.0,
35
+ "channel_5": 0.0,
36
+ "channel_6": 0.0,
37
+ "channel_7": 0.0,
38
+ "channel_8": 0.0,
39
+ "channel_9": 0.0,
40
+ "channel_10": 0.0,
41
+ "channel_11": 0.0,
42
+ "channel_12": 0.0,
43
+ "channel_13": 0.0,
44
+ "channel_14": 0.0,
45
+ "channel_15": 0.0,
46
+ "channel_16": 0.0,
47
+ "channel_17": 0.0,
48
+ "channel_18": 0.0,
49
+ "channel_19": 0.0,
50
+ "channel_20": 0.0,
51
+ "channel_21": 0.0,
52
+ "channel_22": 0.0,
53
+ "channel_23": 0.0,
54
+ "channel_24": 0.0,
55
+ "channel_25": 0.0,
56
+ "channel_26": 0.0,
57
+ "channel_27": 0.0,
58
+ "channel_28": 0.0,
59
+ "channel_29": 0.0,
60
+ "channel_30": 0.0,
61
+ "channel_31": 0.0
62
+ }
63
+ }
64
+ ]
metadata.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_info": {
3
+ "name": "BCI-FPS_MOTOR_IMAGERY_Dataset",
4
+ "description": "High-bandwidth neural training data for BCI research. Mode: motor_imagery",
5
+ "version": "1.0.0",
6
+ "license": "MIT",
7
+ "citation": "@misc{bci_fps_motor_imagery_2024,\n title={BCI-FPS motor_imagery Training Dataset},\n author={Neuralink Research},\n year={2024},\n note={High-frequency intent decoding data for brain-computer interface development}\n}",
8
+ "data_schema": {
9
+ "neural_data": {
10
+ "timestamp": "UNIX timestamp in milliseconds",
11
+ "session_time": "Time since session start in milliseconds",
12
+ "channels": "Object mapping channel names to neural signal values",
13
+ "intent_context": "Contextual information about user intent"
14
+ },
15
+ "intent_stream": {
16
+ "timestamp": "UNIX timestamp in milliseconds",
17
+ "mouse": "Mouse position and movement data",
18
+ "keyboard": "Keyboard state",
19
+ "camera": "Camera position and rotation",
20
+ "environment": "Game environment state"
21
+ },
22
+ "handwriting_samples": {
23
+ "letter": "Letter being traced",
24
+ "samples": "Array of handwriting samples with position and pressure data"
25
+ }
26
+ },
27
+ "research_applications": [
28
+ "Motor imagery decoding for prosthetic control",
29
+ "Simultaneous intent decoding for fluid BCI interfaces",
30
+ "Visual evoked potential (c-VEP) calibration",
31
+ "Handwriting intent recognition for text entry",
32
+ "Neural network training for brain-computer interfaces"
33
+ ]
34
+ },
35
+ "session_info": {
36
+ "session_id": "bci_fps_motor_imagery_1767171179245",
37
+ "mode": "motor_imagery",
38
+ "start_time": "2025-12-31T08:52:07.033Z",
39
+ "duration_ms": 52212,
40
+ "sampling_rate_hz": 1000,
41
+ "neural_channels": 32
42
+ },
43
+ "huggingface": {
44
+ "compatible": true,
45
+ "task_categories": [
46
+ "brain-computer-interface",
47
+ "neural-decoding",
48
+ "human-computer-interaction"
49
+ ],
50
+ "task_ids": [
51
+ "motor-imagery",
52
+ "intent-decoding",
53
+ "visual-evoked-potentials",
54
+ "handwriting-recognition"
55
+ ],
56
+ "language": [
57
+ "en"
58
+ ],
59
+ "size_categories": [
60
+ "10K<n<100K"
61
+ ]
62
+ }
63
+ }