| dataset_info: | |
| features: | |
| - name: tokens | |
| sequence: string | |
| - name: labels | |
| sequence: | |
| class_label: | |
| names: | |
| '0': O | |
| '1': B-MEN | |
| '2': I-MEN | |
| - name: mentions | |
| list: | |
| - name: start_token_idx | |
| dtype: int64 | |
| - name: end_token_idx | |
| dtype: int64 | |
| - name: identifier | |
| dtype: string | |
| - name: tokens | |
| sequence: string | |
| - name: input_ids | |
| sequence: int32 | |
| - name: attention_mask | |
| sequence: int8 | |
| splits: | |
| - name: train | |
| num_bytes: 6226814 | |
| num_examples: 529 | |
| download_size: 1366080 | |
| dataset_size: 6226814 | |
| # Dataset Card for "mention_detection_bert_dataset" | |
| [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |