Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the 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%3D

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.

3GPP Specifications — GSMA Mirror

Two-folder mirror of the 3GPP Technical Specification corpus, Releases 8 through 20, plus the full Datalab-converted Markdown rendering used for downstream training and retrieval.

Layout

GSMA/3GPP/
├── original/          raw sources, as downloaded from 3gpp.org
│   └── Rel-{8..20}/
│       └── {NN}_series/
│           ├── *.docx
│           ├── *.doc          (legacy, mostly Rel-18 41-55 series)
│           └── *.zip          (Rel-20 paired packages)
└── marked/            Datalab-converted Markdown + inline images
    └── Rel-{8..19}/
        └── {NN}_series/
            └── {spec_id}/
                ├── raw.md
                └── *.jpg      (figures extracted alongside the text)

marked/ does not yet include Rel-20 (ingestion in progress).

Coverage

Release .docx .doc .zip Total
Rel-8 1145 0 0 1145
Rel-9 1254 0 0 1254
Rel-10 1132 0 0 1132
Rel-11 1265 0 0 1265
Rel-12 1316 0 0 1316
Rel-13 1429 0 0 1429
Rel-14 1393 0 0 1393
Rel-15 1605 0 0 1605
Rel-16 1713 0 0 1713
Rel-17 1906 0 0 1906
Rel-18 1051 564 0 1615
Rel-19 1542 75 0 1617
Rel-20 42 6 48 96

Grand total: ~17,686 source files across 13 releases.

Notes:

  • Rel-14 is the first release with 38_series (5G NR).
  • Rel-19 omits 25_series (UTRA legacy, deprecated).
  • Rel-18 extends past 38 into the 41–55 range (mostly legacy .doc).
  • Rel-20 mixes .docx specs with their paired .zip distributions.

Quickstart

Pull a single spec:

curl -L -o 21101-j00.docx \
  https://huggingface.co/datasets/GSMA/3GPP/resolve/main/original/Rel-19/21_series/21101-j00.docx

Pull the markdown view of the same spec:

curl -L -o raw.md \
  https://huggingface.co/datasets/GSMA/3GPP/resolve/main/marked/Rel-19/21_series/21101/raw.md

Clone a single release folder with the HF CLI:

huggingface-cli download GSMA/3GPP \
  --repo-type dataset \
  --include 'marked/Rel-19/**' \
  --local-dir ./rel-19

Provenance

  • original/ was downloaded from 3gpp.org release archives.
  • marked/ is produced by running each document through Datalab's DOCX → Markdown converter, preserving section structure, tables, and extracting embedded figures as JPGs.

Licence

3GPP specifications are released under the 3GPP terms of use. Redistribution here is limited to mirroring the public publications; consult the upstream source for authoritative versions and for any commercial use.

Downloads last month
9,765