CoolFace
Datasetpublic

Gepe55o/mountain-ner-dataset

Mountain Names NER Dataset Dataset Description A Named Entity Recognition dataset focused on identifying mountain names in text. The dataset contains tokenized text with corresponding NER tags where: Tag 1: Mountain name Tag 0: Not a mountain name Dataset Structure The dataset contains two main columns: tokens: List of tokenized words tags: Corresponding NER tags (0 or 1) Example: { 'tokens': ['The', 'Everest', 'is', 'the'… See the full description on the dataset page: https://huggingface.co/datasets/Gepe55o/mountain-ner-dataset.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes23downloads
3 commits on main
c11aecc2y ago

Update README.md

Gepe55o
400c8902y ago

Upload dataset

Gepe55o
8d510bf2y ago

initial commit

Gepe55o