rjac commited on
Commit
c499015
1 Parent(s): fb3d7e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: tags
7
+ sequence:
8
+ class_label:
9
+ names:
10
+ 0: O
11
+ 1: B-Disease
12
+ 2: I-Disease
13
+ id:
14
+ - 0
15
+ - 1
16
+ - 2
17
+ - name: sentence_id
18
+ dtype: string
19
+ splits:
20
+ - name: test
21
+ num_bytes: 2614997
22
+ num_examples: 5737
23
+ - name: train
24
+ num_bytes: 6947635
25
+ num_examples: 15488
26
+ download_size: 1508920
27
+ dataset_size: 9562632
28
+ ---
29
+ # Dataset Card for "biobert-ner-diseases-dataset"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)