Datasets:

License:
File size: 987 Bytes
b750db3
4c9b291
b750db3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0b18e83
b750db3
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "PubMedAbstractsNER": {
    "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.",
    "citation": "",
    "homepage": "",
    "license": "",
    "features": {
      "tokenized_text": {
        "dtype": "string",
        "_type": "Sequence"
      },
      "ner": {
        "feature": {
          "start": {
            "dtype": "int32",
            "_type": "Value"
          },
          "end": {
            "dtype": "int32",
            "_type": "Value"
          },
          "label": {
            "dtype": "string",
            "_type": "Value"
          }
        },
        "_type": "Sequence"
      }
    },
    "splits": {
      "train": {
        "name": "train",
        "num_bytes": 151668527,
        "num_examples": 35000,
        "dataset_name": "PubMedAnstractsNER"
      }
    }
  }
}