File size: 764 Bytes
383be2c
 
 
6b67297
383be2c
6b67297
383be2c
6b67297
383be2c
6b67297
383be2c
6b67297
383be2c
6b67297
 
 
383be2c
6b67297
383be2c
6b67297
 
 
 
383be2c
 
6b67297
 
383be2c
6b67297
 
 
 
383be2c
 
 
 
 
 
 
 
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:
  features:
  - name: title
    dtype: string
  - name: paragraphs
    list:
    - name: context
      dtype: string
    - name: qas
      list:
      - name: answers
        list:
        - name: answer_start
          dtype: int64
        - name: text
          dtype: string
        - name: text_translated
          dtype: string
      - name: id
        dtype: string
      - name: question
        dtype: string
  splits:
  - name: train
    num_bytes: 23768862
    num_examples: 442
  - name: validation
    num_bytes: 3764911
    num_examples: 48
  download_size: 16100066
  dataset_size: 27533773
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---