File size: 785 Bytes
28f202f
 
 
5a68129
 
 
 
 
 
 
 
 
 
 
 
 
28f202f
c09796c
 
 
 
 
 
 
28f202f
 
5a68129
28f202f
15c7b86
5a68129
28f202f
5a68129
 
28f202f
 
 
 
 
15c7b86
 
28f202f
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
---
dataset_info:
  features:
  - name: id
    dtype: int32
  - name: french_translation
    dtype: string
  - name: educational_score
    dtype: int32
  - name: domain
    dtype:
      class_label:
        names:
          '0': biomedical
          '1': clinical
          '2': other
  - name: document_type
    dtype:
      class_label:
        names:
          '0': Study
          '1': Other
          '2': Review
          '3': Clinical case
  splits:
  - name: train
    num_bytes: 394885209
    num_examples: 358199
  - name: validation
    num_bytes: 43902753
    num_examples: 39800
  download_size: 245314153
  dataset_size: 438787962
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---