Datasets:

License:
BioMike commited on
Commit
b750db3
·
verified ·
1 Parent(s): 7c00653

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +39 -0
dataset_infos.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "WikiLinkingDataset1M": {
3
+ "description": "This dataset contains annotated biomedical texts with named entities from different categories. The dataset includes manually tokenized texts and a list of recognized named entities with their types and descriptions.",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "tokenized_text": {
9
+ "dtype": "string",
10
+ "_type": "Sequence"
11
+ },
12
+ "ner": {
13
+ "feature": {
14
+ "start": {
15
+ "dtype": "int32",
16
+ "_type": "Value"
17
+ },
18
+ "end": {
19
+ "dtype": "int32",
20
+ "_type": "Value"
21
+ },
22
+ "label": {
23
+ "dtype": "string",
24
+ "_type": "Value"
25
+ }
26
+ },
27
+ "_type": "Sequence"
28
+ }
29
+ },
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes": 151668527,
34
+ "num_examples": 35000,
35
+ "dataset_name": "WikiLinkingDataset1M"
36
+ }
37
+ }
38
+ }
39
+ }