File size: 706 Bytes
186081a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 1575129737
    num_examples: 1563827
  - name: test
    num_bytes: 10588967
    num_examples: 10481
  download_size: 458089689
  dataset_size: 1585718704
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---