paniniDot commited on
Commit
6ca3c28
1 Parent(s): 85bb07d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -12,30 +12,30 @@ source_datasets:
12
  - original
13
  dataset_info:
14
  features:
15
- - doi:
16
  dtype: string
17
  _type: Value
18
- - pmcid:
19
  dtype: string
20
  _type: Value
21
- - title:
22
  dtype: string
23
  _type: Value
24
- - plain_text:
25
  dtype: string
26
  _type: Value
27
- - technical_text:
28
  dtype: string
29
  _type: Value
30
- - journal:
31
  dtype: string
32
  _type: Value
33
- - topics:
34
  feature:
35
  dtype: string
36
  _type: Value
37
  _type: Sequence
38
- - keywords:
39
  feature:
40
  dtype: string
41
  _type: Value
 
12
  - original
13
  dataset_info:
14
  features:
15
+ - name: doi
16
  dtype: string
17
  _type: Value
18
+ - name: pmcid
19
  dtype: string
20
  _type: Value
21
+ - name: title
22
  dtype: string
23
  _type: Value
24
+ - name: plain_text
25
  dtype: string
26
  _type: Value
27
+ - name: technical_text
28
  dtype: string
29
  _type: Value
30
+ - name: journal
31
  dtype: string
32
  _type: Value
33
+ - name: topics
34
  feature:
35
  dtype: string
36
  _type: Value
37
  _type: Sequence
38
+ - name: keywords
39
  feature:
40
  dtype: string
41
  _type: Value