Datasets:
Search is not available for this dataset
The dataset viewer is not available for this split.
The info cannot be fetched for the config 'default' of the dataset.
Error code: InfoError
Exception: HfHubHTTPError
Message: 429 Client Error: Too Many Requests for url: https://huggingface.co/api/datasets/riyaSingh310504/CommonForms/paths-info/54dcc9343a131d356db58378a7b883e625392c8f (Request ID: Root=1-693bc334-036733ab13edc356148c2b2c;152ffaf7-4768-4051-8109-d9fbb3d50b23)
maximum queue size reached
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 223, in compute_first_rows_from_streaming_response
info = get_dataset_config_info(path=dataset, config_name=config, token=hf_token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 268, in get_dataset_config_info
builder = load_dataset_builder(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1132, in load_dataset_builder
dataset_module = dataset_module_factory(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1031, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1004, in dataset_module_factory
).get_module()
^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 632, in get_module
data_files = DataFilesDict.from_patterns(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/data_files.py", line 689, in from_patterns
else DataFilesList.from_patterns(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/data_files.py", line 582, in from_patterns
resolve_pattern(
File "/usr/local/lib/python3.12/site-packages/datasets/data_files.py", line 360, in resolve_pattern
for filepath, info in fs.glob(pattern, detail=True, **glob_kwargs).items()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 521, in glob
return super().glob(path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 604, in glob
allpaths = self.find(root, maxdepth=depth, withdirs=True, detail=True, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 556, in find
return super().find(
^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 495, in find
out[path] = self.info(path)
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 719, in info
paths_info = self._api.get_paths_info(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_api.py", line 3371, in get_paths_info
hf_raise_for_status(response)
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 482, in hf_raise_for_status
raise _format(HfHubHTTPError, str(e), response) from e
huggingface_hub.errors.HfHubHTTPError: 429 Client Error: Too Many Requests for url: https://huggingface.co/api/datasets/riyaSingh310504/CommonForms/paths-info/54dcc9343a131d356db58378a7b883e625392c8f (Request ID: Root=1-693bc334-036733ab13edc356148c2b2c;152ffaf7-4768-4051-8109-d9fbb3d50b23)
maximum queue size reachedNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
CommonForms: A Large, Diverse Dataset for Form Field Detection
This repository hosts the CommonForms dataset, a web-scale dataset for form field detection, introduced in the paper CommonForms: A Large, Diverse Dataset for Form Field Detection.
CommonForms casts the problem of form field detection as object detection: given an image of a page, predict the location and type (Text Input, Choice Button, Signature) of form fields.
Key Features:
- Scale: Roughly 55,000 documents comprising over 450,000 pages.
- Source: Constructed by filtering Common Crawl to find PDFs with fillable elements.
- Diversity: Contains a diverse mixture of languages (one third non-English) and domains, with no single domain making up more than 25% of the dataset.
- Purpose: The first large-scale dataset released for form field detection, aimed at fostering the development of robust form field detectors.
Paper: CommonForms: A Large, Diverse Dataset for Form Field Detection Code: https://github.com/jbarrow/commonforms
- Downloads last month
- 259