File size: 809 Bytes
1814803
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: ar
  features:
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence:
    - name: text
      dtype: string
    - name: answer_start
      dtype: int32
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 339678851
    num_examples: 129667
  - name: val
    num_bytes: 1710253
    num_examples: 652
  - name: test
    num_bytes: 33179342
    num_examples: 11873
  download_size: 151231716
  dataset_size: 374568446
configs:
- config_name: ar
  data_files:
  - split: train
    path: ar/train-*
  - split: val
    path: ar/val-*
  - split: test
    path: ar/test-*
---