File size: 877 Bytes
32edf20
b421ece
4276bfb
 
32edf20
4276bfb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2b47d08
4276bfb
2b47d08
4276bfb
 
 
 
 
 
 
 
 
 
 
7b3595f
4276bfb
 
7b3595f
4276bfb
2b47d08
7b3595f
4276bfb
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
40
41
42
43
44
45
46
47
48
49
50
---
language:
- ru
license: mit
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: prompt
    path: data/prompt-*
- config_name: prompt
  data_files:
  - data/prompt-00000-of-00001.parquet
- config_name: test
  data_files:
  - data/test-00000-of-00001.parquet
dataset_info:
  features:
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: inputs
    struct:
    - name: passage
      dtype: string
    - name: question
      dtype: string
  - name: outputs
    struct:
    - name: label
      dtype: string
    - name: length
      dtype: int64
    - name: segment
      dtype: string
  splits:
  - name: test
    num_bytes: 4080963
    num_examples: 4612
  - name: prompt
    num_bytes: 832973
    num_examples: 945
  download_size: 2191842
  dataset_size: 4913936
---