File size: 727 Bytes
f9eb087
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: pmid
    dtype: int64
  - name: pubdate
    dtype: int64
  - name: software_name
    list:
    - name: contexts
      sequence: string
    - name: name
      dtype: string
  - name: journal
    dtype: string
  - name: mesh terms
    dtype: string
  - name: authors
    dtype: string
  splits:
  - name: train
    num_bytes: 188182
    num_examples: 500
  - name: valid
    num_bytes: 188182
    num_examples: 500
  - name: test
    num_bytes: 188182
    num_examples: 500
  download_size: 350952
  dataset_size: 564546
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---