File size: 696 Bytes
8fdca5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
dataset_info:
  features:
  - name: participant_id
    dtype: int64
  - name: test_section_id
    dtype: int64
  - name: input_string
    dtype: string
  - name: keystrokes
    sequence: string
  - name: intervals
    sequence: int64
  - name: sentence_id
    dtype: int64
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 11199726
    num_examples: 12413
  - name: test
    num_bytes: 2390899
    num_examples: 2284
  download_size: 3922486
  dataset_size: 13590625
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---