File size: 780 Bytes
808cffb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: eng_Latn
  features:
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: title
    dtype: string
  - name: answer
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
  splits:
  - name: test
    num_bytes: 1294319.4065861327
    num_examples: 5993
  - name: validation
    num_bytes: 571272.6654233495
    num_examples: 2648
  - name: train
    num_bytes: 3853470.777487348
    num_examples: 17650
  download_size: 2561581
  dataset_size: 5719062.84949683
configs:
- config_name: eng_Latn
  data_files:
  - split: test
    path: eng_Latn/test-*
  - split: validation
    path: eng_Latn/validation-*
  - split: train
    path: eng_Latn/train-*
---