CoolFace
20 results

3gpp

GSMA /3GPP 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/… See the full description on the dataset page: https://huggingface.co/datasets/GSMA/3GPP.10K<n<100K5 likes107k downloads3mo agoHugging Facenetop /3GPP-R1811 likes1.4k downloads2y agoHugging FaceZhP97 /3GPP-MinerU-Parsed0 likes483 downloads19d agoHugging FaceGSMA /3GPP-REL18 3GPP Release 18 Specifications 549 3GPP technical specifications and reports converted to markdown, organized by series. Usage from datasets import load_dataset # Load all raw markdown for the 38-series raw = load_dataset("GSMA/3GPP", "raw", split="38_series") # Filter to one spec spec = raw.filter(lambda r: r["spec_id"] == "38331") print(spec[0]["text"][:500]) # Load all images for the 38-series imgs = load_dataset("GSMA/3GPP", "images", split="38_series") # Get… See the full description on the dataset page: https://huggingface.co/datasets/GSMA/3GPP-REL18.1 likes250 downloads6mo agoHugging Facebuff0000 /3GPP-R180 likes101 downloads11d agoHugging Faceraoulbia /3gpp-5g-nr-qa 3GPP 5G NR Q&A Dataset A question-answering dataset derived from 3GPP 38-series technical specifications covering 5G New Radio (NR). Contains ~30,000 Q&A pairs suitable for fine-tuning LLMs on telecommunications domain knowledge. Dataset Description Overview This dataset contains 29,918 instruction-following Q&A pairs generated from 3GPP 38-series specifications. The questions cover technical aspects of 5G New Radio including physical layer procedures, RRC… See the full description on the dataset page: https://huggingface.co/datasets/raoulbia/3gpp-5g-nr-qa.textquestion-answering10K<n<100K2 likes68 downloads8mo agoHugging Face