Tonic commited on
Commit
9bb8e2b
·
verified ·
1 Parent(s): ed70163

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -46
README.md CHANGED
@@ -1,46 +1,56 @@
1
- ---
2
- license: other
3
- license_name: genereviews
4
- license_link: https://www.ncbi.nlm.nih.gov/books/NBK138602/
5
- configs:
6
- - config_name: default
7
- data_files:
8
- - split: train
9
- path: data/train-*
10
- dataset_info:
11
- features:
12
- - name: id
13
- dtype: string
14
- - name: ch_id
15
- dtype: string
16
- - name: keywords
17
- list: string
18
- - name: title
19
- dtype: string
20
- - name: authors
21
- dtype: string
22
- - name: abstract
23
- dtype: string
24
- - name: content
25
- dtype: string
26
- - name: references
27
- list: string
28
- - name: created_date
29
- dtype: string
30
- - name: updated_date
31
- dtype: string
32
- - name: revised_date
33
- dtype: string
34
- - name: journal
35
- dtype: string
36
- - name: source_url
37
- dtype: string
38
- - name: publication_types
39
- list: string
40
- splits:
41
- - name: train
42
- num_bytes: 57554171
43
- num_examples: 929
44
- download_size: 15286246
45
- dataset_size: 57554171
46
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: genereviews
4
+ license_link: https://www.ncbi.nlm.nih.gov/books/NBK138602/
5
+ configs:
6
+ - config_name: default
7
+ data_files:
8
+ - split: train
9
+ path: data/train-*
10
+ dataset_info:
11
+ features:
12
+ - name: id
13
+ dtype: string
14
+ - name: ch_id
15
+ dtype: string
16
+ - name: keywords
17
+ list: string
18
+ - name: title
19
+ dtype: string
20
+ - name: authors
21
+ dtype: string
22
+ - name: abstract
23
+ dtype: string
24
+ - name: content
25
+ dtype: string
26
+ - name: references
27
+ list: string
28
+ - name: created_date
29
+ dtype: string
30
+ - name: updated_date
31
+ dtype: string
32
+ - name: revised_date
33
+ dtype: string
34
+ - name: journal
35
+ dtype: string
36
+ - name: source_url
37
+ dtype: string
38
+ - name: publication_types
39
+ list: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 57554171
43
+ num_examples: 929
44
+ download_size: 15286246
45
+ dataset_size: 57554171
46
+ language:
47
+ - en
48
+ tags:
49
+ - medical
50
+ - gene
51
+ - reviews
52
+ - medicine
53
+ pretty_name: 'GeneReviews '
54
+ size_categories:
55
+ - n<1K
56
+ ---