Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    ChunkedEncodingError
Message:      ('Connection broken: IncompleteRead(0 bytes read, 5253120 more expected)', IncompleteRead(0 bytes read, 5253120 more expected))
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 779, in _error_catcher
                  yield
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 925, in _raw_read
                  raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
              urllib3.exceptions.IncompleteRead: IncompleteRead(0 bytes read, 5253120 more expected)
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 820, in generate
                  yield from self.raw.stream(chunk_size, decode_content=True)
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1091, in stream
                  data = self.read(amt=amt, decode_content=decode_content)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 980, in read
                  data = self._raw_read(amt)
                         ^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 903, in _raw_read
                  with self._error_catcher():
                       ^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__
                  self.gen.throw(value)
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 803, in _error_catcher
                  raise ProtocolError(arg, e) from e
              urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(0 bytes read, 5253120 more expected)', IncompleteRead(0 bytes read, 5253120 more expected))
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1483, in _prepare_split_single
                  for key, record in generator:
                                     ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
                  for item in generator(*args, **kwargs):
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 120, in _generate_examples
                  for example_idx, example in enumerate(self._get_pipeline_from_tar(tar_path, tar_iterator)):
                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 45, in _get_pipeline_from_tar
                  current_example[field_name] = f.read()
                                                ^^^^^^^^
                File "/usr/local/lib/python3.12/tarfile.py", line 691, in read
                  b = self.fileobj.read(length)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/tarfile.py", line 528, in read
                  buf = self._read(size)
                        ^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/tarfile.py", line 536, in _read
                  return self.__read(size)
                         ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/tarfile.py", line 566, in __read
                  buf = self.fileobj.read(self.bufsize)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
                  out = read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
                  out = f_read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1015, in read
                  return super().read(length)
                         ^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1846, in read
                  out = self.cache._fetch(self.loc, self.loc + length)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/caching.py", line 189, in _fetch
                  self.cache = self.fetcher(start, end)  # new block replaces old
                               ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 969, in _fetch_range
                  r = http_backoff(
                      ^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 310, in http_backoff
                  response = session.request(method=method, url=url, **kwargs)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
                  resp = self.send(prep, **send_kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
                  history = [resp for resp in gen]
                                              ^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects
                  resp = self.send(
                         ^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 746, in send
                  r.content
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 902, in content
                  self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 822, in generate
                  raise ChunkedEncodingError(e)
              requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read, 5253120 more expected)', IncompleteRead(0 bytes read, 5253120 more expected))
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1345, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1523, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

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.

jpg
image
txt
string
__key__
string
__url__
string
IN
union14m-00000-00000000
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
JCPenney
union14m-00000-00000001
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
life
union14m-00000-00000002
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
LITTLE
union14m-00000-00000003
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
touched
union14m-00000-00000004
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
SPRAY
union14m-00000-00000005
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
RK
union14m-00000-00000006
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
EVERYDAY
union14m-00000-00000007
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
co
union14m-00000-00000008
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
FAVOUS
union14m-00000-00000009
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
MUFFLER
union14m-00000-00000010
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
wais
union14m-00000-00000011
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
de
union14m-00000-00000012
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
020'84227800
union14m-00000-00000013
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
002-2205
union14m-00000-00000014
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
JABATAN
union14m-00000-00000015
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
UNI
union14m-00000-00000016
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
SEPTEMBER
union14m-00000-00000017
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
TO
union14m-00000-00000018
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Panel
union14m-00000-00000019
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
OF
union14m-00000-00000020
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Center
union14m-00000-00000021
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
TRUST
union14m-00000-00000022
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
TAIL
union14m-00000-00000023
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
ONLY
union14m-00000-00000024
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
IN
union14m-00000-00000025
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
RECHERCHE
union14m-00000-00000026
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Cocina
union14m-00000-00000027
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
ICBC
union14m-00000-00000028
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
octubre
union14m-00000-00000029
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
OCKTA-LS
union14m-00000-00000030
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Stand
union14m-00000-00000031
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
VEGAS
union14m-00000-00000032
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
led
union14m-00000-00000033
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
SHOP
union14m-00000-00000034
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Sede
union14m-00000-00000035
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
the
union14m-00000-00000036
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
2011
union14m-00000-00000037
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
GRAND
union14m-00000-00000038
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
OLED
union14m-00000-00000039
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
AND
union14m-00000-00000040
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
MIGLIA
union14m-00000-00000041
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
THAT
union14m-00000-00000042
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Distrito
union14m-00000-00000043
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
13p
union14m-00000-00000044
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
MICH
union14m-00000-00000045
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
1660~1753
union14m-00000-00000046
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
ILL
union14m-00000-00000047
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Maatschappij
union14m-00000-00000048
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
LUCIA
union14m-00000-00000049
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Crue
union14m-00000-00000050
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
RiO2
union14m-00000-00000051
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
dammit
union14m-00000-00000052
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
EDELEN
union14m-00000-00000053
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
op
union14m-00000-00000054
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
WITH
union14m-00000-00000055
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
EST
union14m-00000-00000056
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
REGAL
union14m-00000-00000057
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
EUROPEAN
union14m-00000-00000058
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
DESECHOS
union14m-00000-00000059
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
DE
union14m-00000-00000060
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
BARBADOS
union14m-00000-00000061
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
GREETINGS
union14m-00000-00000062
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
COMPANY
union14m-00000-00000063
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
SERVING
union14m-00000-00000064
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
21
union14m-00000-00000065
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Winter
union14m-00000-00000066
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
DOUBLE
union14m-00000-00000067
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
DE
union14m-00000-00000068
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
WANCHA
union14m-00000-00000069
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
great
union14m-00000-00000070
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
DONG
union14m-00000-00000071
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Massachusetts
union14m-00000-00000072
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
11/4
union14m-00000-00000073
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
PRODUCER
union14m-00000-00000074
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
he
union14m-00000-00000075
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
23OTTOB
union14m-00000-00000076
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Enjoy
union14m-00000-00000077
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
EW
union14m-00000-00000078
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
New
union14m-00000-00000079
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
ESCONDIDO
union14m-00000-00000080
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
BBS
union14m-00000-00000081
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
USE
union14m-00000-00000082
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
MAYTNG
union14m-00000-00000083
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Flora_sunya
union14m-00000-00000084
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
moved
union14m-00000-00000085
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
WYALUSING
union14m-00000-00000086
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
COMPANY
union14m-00000-00000087
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
BAR
union14m-00000-00000088
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
PLZEN
union14m-00000-00000089
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
TEL8606868
union14m-00000-00000090
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
PAUV
union14m-00000-00000091
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Skate
union14m-00000-00000092
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
LORD
union14m-00000-00000093
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Smith's
union14m-00000-00000094
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Server
union14m-00000-00000095
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
Srl
union14m-00000-00000096
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
of
union14m-00000-00000097
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
with
union14m-00000-00000098
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
1893
union14m-00000-00000099
hf://datasets/nagohachi/union14m_l_cropped@dc4dee36eafbc741bc80c106331ed21b9568fd45/data/shard-00000.tar
End of preview.

union14m_l_cropped

A WebDataset-format mirror of the training portion of Union14M-L — 3.23 M already-cropped scene-text-recognition samples drawn from 14 public STR datasets.

This repo only contains the training splits (easy, normal, medium, hard, challenging); the bundled val split and the Union14M-Benchmarks/ evaluation suite are not included. The crops are the original axis-aligned-bbox crops produced by the Union14M authors — we just repackage them.

Stats

  • Samples: 3,230,742
  • Shards: 647 (shard-{00000..00646}.tar)
  • Format: webdataset
  • On-disk size: ~20 GB

Split breakdown (from upstream jsonls):

split samples
easy 2,076,161
normal 218,154
medium 145,525
hard 308,025
challenging 482,877
total 3,230,742

Per-sample split information is not preserved in this repackaging; if you need it, refer to the upstream jsonl files (the original filename is encoded in the JPEG's content, not in our key).

Layout

data/shard-00000.tar
    union14m-00000-00000000.jpg
    union14m-00000-00000000.txt
    ...

Loading

import webdataset as wds

url = "https://huggingface.co/datasets/nagohachi/union14m_l_cropped/resolve/main/data/shard-{00000..00646}.tar"
ds = wds.WebDataset(url).decode("pil").to_tuple("jpg", "txt")
for image, text in ds:
    ...

Preprocessing

The shards were produced by streaming the official 12 GB Union14M-L.tar.gz once and joining each full_images/<source>/imgs/*.jpg member with the union of the five train_annos/mmocr0.x/train_*.jsonl files. Validation images and benchmark images are skipped.

Script: src/preproc/image/union14m_str.py in nagohachi/PetitMLLM (the calling project repo).

License

The repackaging code and the curation of Union14M itself are released under the MIT License (Copyright © 2023 Qing Jiang, per the Union14M repository LICENSE).

The underlying images are aggregated from 14 distinct source datasets each with their own license. The MIT license on this repo applies to the repackaging only — please consult the original dataset for the licensing terms of any image you intend to use, especially for commercial purposes.

Source datasets (per the Union14M source_dataset doc):

  1. KAIST (2011)
  2. NEOCR (2011)
  3. Uber-Text (2017)
  4. RCTW (2017)
  5. IIIT-ILST (2017)
  6. MTWI (2018)
  7. COCOTextV2 (2018)
  8. LSVT (2019)
  9. MLT19 (2019)
  10. ReCTS (2019)
  11. ArT (2019)
  12. IntelOCR / OpenVINO (2021)
  13. TextOCR (2021)
  14. HierText (2022)

Several of these datasets are research-only or carry attribution / non-commercial clauses — verify before commercial use.

Citation

If you use this data, cite the original Union14M paper:

@article{jiang2023revisiting,
  title={Revisiting Scene Text Recognition: A Data Perspective},
  author={Jiang, Qing and Wang, Jiapeng and Peng, Dezhi and Liu, Chongyu and Jin, Lianwen},
  journal={ICCV},
  year={2023}
}
Downloads last month
9,297