The dataset viewer is not available for this dataset.
Error code: RetryableConfigNamesError
Exception: HfHubHTTPError
Message: 504 Server Error: Gateway Time-out for url: https://huggingface.co/api/datasets/GSMA/3GPP/tree/040dd73cad2385c59da13ef50d13d8e15ddb9959?expand=false&recursive=true&limit=1000&cursor=ZXlKbWFXeGxYMjVoYldVaU9pSnRZWEpyWldRdlVtVnNMVEV5THpJMVgzTmxjbWxsY3k4eU5UUXpNQzg0Wm1FMk56bG1OemxoTVdKaU1XWTFNamRqWW1FNVpqSTVaVGM0TkdVNE9WOXBiV2N1YW5Cbklpd2lkSEpsWlY5dmFXUWlPaUpqTUdKbVpUWXdOR0V4T1dNM09URmxaV0ZrWm1VNFlqZzRaREpsWWpCaE5tWmtORFU1TXpjM0luMD06NTQwMDA%3D
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 67, in compute_config_names_response
config_names = get_dataset_config_names(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
dataset_module = dataset_module_factory(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1207, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1182, in dataset_module_factory
).get_module()
^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 638, in get_module
patterns = get_data_patterns(base_path, download_config=self.download_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/data_files.py", line 493, in get_data_patterns
return _get_data_files_patterns(resolver)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/data_files.py", line 290, in _get_data_files_patterns
data_files = pattern_resolver(pattern)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/data_files.py", line 372, in resolve_pattern
for filepath, info in fs.glob(fs_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 563, in find
out = self._ls_tree(path, recursive=True, refresh=refresh, revision=resolved_path.revision, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 446, in _ls_tree
self._ls_tree(
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 463, in _ls_tree
for path_info in tree:
^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_api.py", line 3140, in list_repo_tree
for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_pagination.py", line 46, in paginate
hf_raise_for_status(r)
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: 504 Server Error: Gateway Time-out for url: https://huggingface.co/api/datasets/GSMA/3GPP/tree/040dd73cad2385c59da13ef50d13d8e15ddb9959?expand=false&recursive=true&limit=1000&cursor=ZXlKbWFXeGxYMjVoYldVaU9pSnRZWEpyWldRdlVtVnNMVEV5THpJMVgzTmxjbWxsY3k4eU5UUXpNQzg0Wm1FMk56bG1OemxoTVdKaU1XWTFNamRqWW1FNVpqSTVaVGM0TkdVNE9WOXBiV2N1YW5Cbklpd2lkSEpsWlY5dmFXUWlPaUpqTUdKbVpUWXdOR0V4T1dNM09URmxaV0ZrWm1VNFlqZzRaREpsWWpCaE5tWmtORFU1TXpjM0luMD06NTQwMDA%3DNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
3GPP specification mirror
Part of the Open-Telco Telecom Standards Corpus.
Sibling mirrors: 3GPP · ETSI · ITU-T · O-RAN · GSMA · TM Forum · CAMARA
This dataset mirrors 3GPP's published specifications. Every source is kept twice: original/ is the document as 3GPP released it, and marked/ is that same document converted to Markdown for search and retrieval, one raw.md per document with any figures extracted beside it. The two trees share identical paths, so a file in original/ has a parsed twin at the matching path under marked/; both are grouped by 3GPP release, Rel-8 through Rel-20. MANIFEST.md indexes the snapshot.
3gpp/
original/ # specs as published, by release
Rel-15/ Rel-16/ Rel-17/ Rel-18/ ...
marked/ # Markdown mirror of original/, same paths
Rel-18/.../raw.md # one per document, images beside it
MANIFEST.md # snapshot index
How it is organized
original/holds the specifications as 3GPP published them, grouped by release (Rel-8 through Rel-20).marked/is the Markdown twin oforiginal/at identical paths, oneraw.mdper document with figures beside it.MANIFEST.mdindexes the snapshot.
How to use
Pull only the Markdown twins (skip the heavy original/ tree) and read them straight:
from huggingface_hub import snapshot_download
path = snapshot_download("GSMA/3GPP", repo_type="dataset", allow_patterns="marked/**")
# every parsed document is a marked/**/raw.md
The corpus
This dataset is part of the Open-Telco Telecom Standards Corpus, an effort to make telecommunications open by mirroring every major standards body into clean, machine-readable Markdown. The full set: 3GPP, ETSI, ITU-T, O-RAN, GSMA, TM Forum, and CAMARA. Browse them all in the collection.
License and attribution
The mirrored documents remain the property of 3GPP and its Organizational Partners and stay subject to its terms; see www.3gpp.org. This dataset reproduces them in original and Markdown form for research, search, and retrieval. Cite the underlying specification by its 3GPP TS/TR number when you use it.
- Downloads last month
- 8,322