title: There is an extra empty example at the end of each split
content: When loading this dataset using datasets.load_dataset it loads an extra empty example at the end of every split.The problem is most likely in the loading script.
Just wanted to point it out :)
involved: [
    {
        "name": "bc2gm_corpus.py",
        "context": "            # last example
  + if tokens: 
          yield guid, {
                "id": str(guid),
                "tokens": tokens,
                "ner_tags": ner_tags,
            }"
    }
]