File size: 889 Bytes
cfb31a3 f72a29e |
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 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: id
dtype: string
- name: reconstructed_text
dtype: string
- name: fine_ner_tag_map
dtype: string
- name: fine_ner_tag_mask
dtype: string
- name: fine_ner_span_labels
dtype: string
- name: reconstructed_text_masked
dtype: string
splits:
- name: train
num_bytes: 193689806
num_examples: 343659
- name: test
num_bytes: 50394325
num_examples: 90631
- name: validation
num_bytes: 27678846
num_examples: 54518
download_size: 148259534
dataset_size: 271762977
---
# Dataset Card for "FewNERD-processed"
This dataset has been processed from [DFKI-SLT/few-nerd](https://huggingface.co/datasets/DFKI-SLT/few-nerd). |