SHS commited on
Commit
1d5ee7d
·
1 Parent(s): 23ebfe6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: pmid
5
+ dtype: string
6
+ - name: passage
7
+ dtype: string
8
+ - name: tokens
9
+ sequence: string
10
+ - name: ner_tags
11
+ sequence: string
12
+ splits:
13
+ - name: test
14
+ num_bytes: 576610
15
+ num_examples: 97
16
+ - name: train
17
+ num_bytes: 2259680
18
+ num_examples: 387
19
+ - name: val
20
+ num_bytes: 604670
21
+ num_examples: 98
22
+ download_size: 1083243
23
+ dataset_size: 3440960
24
+ ---
25
+ # Dataset Card for "newest_biored"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)