You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Download processed data from Hugging Face

GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/simulaXrm/strokes-opensource
cd strokes-opensource

git lfs pull \
  --include="deepwriting/parsed/**,deepwriting/split/**,iam/parsed/**,iam/parsed_split/**,iam/split/**" \
  --exclude=""
This restores the same file layout used by the training scripts:

data/
├── deepwriting/
│   ├── parsed/
│   │   └── *.json
│   └── split/
│       ├── train.txt
│       ├── val.txt
│       └── test.txt
└── iam/
    ├── parsed/
    │   └── *.json
    ├── parsed_split/
    │   └── *.json
    └── split/
        ├── train.txt
        ├── val.txt
        └── test.txt

Note:
- The IAM dataset was split into both `iam/parsed/` and `iam/parsed_split/`
  due to Hugging Face directory file-count limits.
- Before training, manually merge the contents of:
  
  iam/parsed_split/ -> iam/parsed/

  so that all IAM JSON files exist under a single `iam/parsed/` directory.
- The `split/` folders contain the dataset split definitions
  (`train.txt`, `val.txt`, and `test.txt`).
Downloads last month
9