File size: 676 Bytes
fe44d71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: PMCID
    dtype: string
  - name: Sentences
    dtype: string
  - name: ner
    list:
    - name: tags
      sequence: string
    - name: tokens
      sequence: string
  splits:
  - name: train
    num_bytes: 148428801.55805433
    num_examples: 257726
  - name: validation
    num_bytes: 31806171.762440212
    num_examples: 55227
  - name: test
    num_bytes: 31806747.67950546
    num_examples: 55228
  download_size: 82161676
  dataset_size: 212041721.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---