| | --- |
| | configs: |
| | - config_name: default |
| | data_files: |
| | - split: train |
| | path: data/train-* |
| | - split: validation |
| | path: data/validation-* |
| | - split: test |
| | path: data/test-* |
| | dataset_info: |
| | features: |
| | - name: tokens |
| | sequence: string |
| | - name: tags |
| | sequence: int64 |
| | splits: |
| | - name: train |
| | num_bytes: 35619014 |
| | num_examples: 82600 |
| | - name: validation |
| | num_bytes: 8871452 |
| | num_examples: 20651 |
| | - name: test |
| | num_bytes: 8462693 |
| | num_examples: 19667 |
| | download_size: 12620120 |
| | dataset_size: 52953159 |
| | license: mit |
| | task_categories: |
| | - token-classification |
| | language: |
| | - en |
| | pretty_name: Wiki Comma Placement Dataset |
| | --- |
| | # Dataset Card for "wiki-comma-placement" |
| |
|
| | Subset of Wikitext dataset suitable for fixing punctuation marks. For this particular case, main task is "comma placement" |
| |
|
| | [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |