Titung/nepali-ner-ebiquity
收藏Hugging Face2026-04-07 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/Titung/nepali-ner-ebiquity
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- ne
license: mit
task_categories:
- token-classification
tags:
- nepali
- ner
- devanagari
size_categories:
- 1K<n<10K
---
# Nepali NER — Ebiquity v2
Benchmark NER dataset for Nepali with BIO tags: PER, ORG, LOC, MISC.
CoNLL format, cleaned and deduplicated.
**Source:** https://github.com/oya163/nepali-ner
## Usage
```python
from datasets import load_dataset
ds = load_dataset("Titung/nepali-ner-ebiquity")
```
提供机构:
Titung



