emolero commited on
Commit
9bbe3b8
·
verified ·
1 Parent(s): 4f6d1dd

Refresh dataset card

Browse files
Files changed (1) hide show
  1. README.md +112 -0
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: 3gpp
4
+ license_link: https://www.3gpp.org/
5
+ language:
6
+ - en
7
+ tags:
8
+ - telecommunications
9
+ - 3gpp
10
+ - 5g
11
+ - 4g
12
+ - lte
13
+ - nr
14
+ - standards
15
+ size_categories:
16
+ - 10K<n<100K
17
+ pretty_name: 3GPP Specifications (Rel-8 to Rel-20)
18
+ ---
19
+
20
+ # 3GPP Specifications — GSMA Mirror
21
+
22
+ Two-folder mirror of the 3GPP Technical Specification corpus, Releases 8
23
+ through 20, plus the full Datalab-converted Markdown rendering used for
24
+ downstream training and retrieval.
25
+
26
+ ## Layout
27
+
28
+ ```
29
+ GSMA/3GPP/
30
+ ├── original/ raw sources, as downloaded from 3gpp.org
31
+ │ └── Rel-{8..20}/
32
+ │ └── {NN}_series/
33
+ │ ├── *.docx
34
+ │ ├── *.doc (legacy, mostly Rel-18 41-55 series)
35
+ │ └── *.zip (Rel-20 paired packages)
36
+ └── marked/ Datalab-converted Markdown + inline images
37
+ └── Rel-{8..19}/
38
+ └── {NN}_series/
39
+ └── {spec_id}/
40
+ ├── raw.md
41
+ └── *.jpg (figures extracted alongside the text)
42
+ ```
43
+
44
+ `marked/` does not yet include Rel-20 (ingestion in progress).
45
+
46
+ ## Coverage
47
+
48
+ | Release | .docx | .doc | .zip | Total |
49
+ |---------|------:|-----:|-----:|------:|
50
+ | Rel-8 | 1145 | 0 | 0 | 1145 |
51
+ | Rel-9 | 1254 | 0 | 0 | 1254 |
52
+ | Rel-10 | 1132 | 0 | 0 | 1132 |
53
+ | Rel-11 | 1265 | 0 | 0 | 1265 |
54
+ | Rel-12 | 1316 | 0 | 0 | 1316 |
55
+ | Rel-13 | 1429 | 0 | 0 | 1429 |
56
+ | Rel-14 | 1393 | 0 | 0 | 1393 |
57
+ | Rel-15 | 1605 | 0 | 0 | 1605 |
58
+ | Rel-16 | 1713 | 0 | 0 | 1713 |
59
+ | Rel-17 | 1906 | 0 | 0 | 1906 |
60
+ | Rel-18 | 1051 | 564 | 0 | 1615 |
61
+ | Rel-19 | 1542 | 75 | 0 | 1617 |
62
+ | Rel-20 | 42 | 6 | 48 | 96 |
63
+
64
+ Grand total: ~17,686 source files across 13 releases.
65
+
66
+ Notes:
67
+
68
+ - Rel-14 is the first release with `38_series` (5G NR).
69
+ - Rel-19 omits `25_series` (UTRA legacy, deprecated).
70
+ - Rel-18 extends past 38 into the 41–55 range (mostly legacy `.doc`).
71
+ - Rel-20 mixes `.docx` specs with their paired `.zip` distributions.
72
+
73
+ ## Quickstart
74
+
75
+ Pull a single spec:
76
+
77
+ ```bash
78
+ curl -L -o 21101-j00.docx \
79
+ https://huggingface.co/datasets/GSMA/3GPP/resolve/main/original/Rel-19/21_series/21101-j00.docx
80
+ ```
81
+
82
+ Pull the markdown view of the same spec:
83
+
84
+ ```bash
85
+ curl -L -o raw.md \
86
+ https://huggingface.co/datasets/GSMA/3GPP/resolve/main/marked/Rel-19/21_series/21101/raw.md
87
+ ```
88
+
89
+ Clone a single release folder with the HF CLI:
90
+
91
+ ```bash
92
+ huggingface-cli download GSMA/3GPP \
93
+ --repo-type dataset \
94
+ --include 'marked/Rel-19/**' \
95
+ --local-dir ./rel-19
96
+ ```
97
+
98
+ ## Provenance
99
+
100
+ - `original/` was downloaded from `3gpp.org` release archives.
101
+ - `marked/` is produced by running each document through
102
+ [Datalab's](https://datalab.to/) DOCX → Markdown converter, preserving
103
+ section structure, tables, and extracting embedded figures as JPGs.
104
+
105
+ ## Licence
106
+
107
+ 3GPP specifications are released under the 3GPP terms of use. Redistribution
108
+ here is limited to mirroring the public publications; consult the upstream
109
+ source for authoritative versions and for any commercial use.
110
+
111
+ - Upstream: https://www.3gpp.org/specifications
112
+ - 3GPP copyright: https://www.3gpp.org/about-us/ip-policy