The dataset viewer is not available for this split.
Error code: FeaturesError
Exception: FileNotFoundError
Message: [Errno 2] No such file or directory: '<datasets.utils.file_utils.FilesIterable object at 0x7f563c483c50>'
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 244, in compute_first_rows_from_streaming_response
iterable_dataset = iterable_dataset._resolve_features()
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 4408, in _resolve_features
features = _infer_features_from_batch(self.with_format(None)._head())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2679, in _head
return next(iter(self.iter(batch_size=n)))
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2861, in iter
for key, pa_table in ex_iterable.iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2395, in _iter_arrow
yield from self.ex_iterable._iter_arrow()
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/xml/xml.py", line 67, in _generate_tables
with open(file, encoding=self.config.encoding, errors=self.config.encoding_errors) as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/streaming.py", line 73, in wrapper
return function(*args, download_config=download_config, **kwargs)
File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 967, in xopen
return open(main_hop, mode, *args, **kwargs)
FileNotFoundError: [Errno 2] No such file or directory: '<datasets.utils.file_utils.FilesIterable object at 0x7f563c483c50>'Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
EHRI Dataset
License
CC-BY 4.0
Description
This dataset is a mix of several corpus created as part of the EHRI project. It contains documents in various languages (english, german, polish, hungarian, slovak, danish and czech). There are four types of documents distributed among the different languages: early Holocaust testimonies, diplomatic reports on the persecution and murder of European Jews during World War II, documents about the deportation to Nisko and documents about the Austrian refugees on the border with Czechoslovakia in the crisis year of 1938.
Extent
ALTO XML files from various corpus, divided into 7 sub-corpus
| # | name | nb of images | GT for segmenter? | GT for recognizer? | description |
|---|---|---|---|---|---|
| 1 | czech | (46) | y | y | Typewritten documents in Czech, mostly with many tight lines |
| 2 | danish | (36) | y | y | Typewritten documents in Danish, standard layout |
| 3 | english | (54) | y | y | Typewritten documents in English, standard layout |
| 4 | german | (56) | y | y | Typewritten documents in German, mostly with many tight lines |
| 5 | hungarian | (30) | y | y | Typewritten documents in Hungarian, standard layout |
| 6 | polish | (15) | y | y | Typewritten documents in Polish, few with many tight lines and many with fading writing |
| 7 | slovak | (15) | y | y | Typewritten documents in Slovak, standard layout |
The ground truth can be used for both segmenter and recognizer training, but the segmentation does not contain any regions, so the segmenter will only learn to create lines.
Transcription guidelines
This dataset contains text written with a typewriter, but there are also some handwritten additions in the margin at times. The choice was made to not take them into account, therefore they were not segmented. Furthermore, some lines contains strikethrough content at their beginning or end: likewise, the choice was to not fully segmented the line and stop after/before the crossing.
Sources
The original documents are held at various places and countries:
- Archives of the Jewish Community (IKG) Vienna (Austria)
- Austrian State Archives (Austria)
- Danish National Archives (Denmark)
- Hungarian Jewish Archives (Hungary)
- Jewish Historical Institute in Warsaw (Poland)
- Jewish Museum in Prague (Czech Republic)
- Moravian State Archives (Czech Republic)
- National Archives and Records Administration II (United States of America)
- National Archives Prague (Czech Republic)
- The Vienna Library for the Study of the Holocaust and Genocide (Austria)
- Yad Vashem Archives (Israel)
Models
This dataset was made to create a multilingual model, but single-language models were also created in parallel. They are available in the folder models with a readme detailing the number of documents/lines for each language, the source of the documents, and the model name and its accuracy.
- Downloads last month
- -