CoolFace
Datasetpublic

tomaarsen/ner-orgs

Dataset Card for "ner-orgs" This dataset is a concatenation of subsets of Few-NERD, CoNLL 2003 and OntoNotes v5, but only the "B-ORG" and "I-ORG" labels. Exactly half of the samples per split contain organisations, while the other half do not contain any. It was generated using the following script: import random from datasets import load_dataset, concatenate_datasets, Features, Sequence, ClassLabel, Value, DatasetDict FEATURES = Features( { "tokens":… See the full description on the dataset page: https://huggingface.co/datasets/tomaarsen/ner-orgs.

sourceHugging Faceupdated 3y agoView on Hugging Face
7likes151downloads
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
tomaarsen/ner-orgs · CoolFace