lepowell commited on
Commit
b4d07d4
Β·
verified Β·
1 Parent(s): f2470d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -6
README.md CHANGED
@@ -33,19 +33,37 @@ The evaluation suite curates 7 telecom-domain benchmarks from academic and indus
33
  | **ORANBench** | 200 | O-RAN architecture and specifications |
34
  | **SRSRANBench** | 300 | srsRAN open-source network stack |
35
 
36
- ### Models
37
 
38
- - **[OTel-Emeddings](https://huggingface.co/farbodtavakkoli/models)** - Emeddings on different architectures and sizes to improve RAG on telco docuements *Contirbuted by the Open Telco Ai project and trained by ATT.*
39
- - **[OTel-LLM](https://huggingface.co/farbodtavakkoli/models)** - Bases LLMs on different architectures and sizes improve RAG on telco docuements. *Contirbuted by the Open Telco Ai project and trained by ATT.*
40
- - **[AdaptKey-Nemotron-30b](https://huggingface.co/AdaptKey/AdaptKey-Nemotron-30b)** β€” NVIDIA Nemotron 3 Nano fine-tuned by AdaptKey for telecom. *Contributed by NVIDIA and AdaptKey.*
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
- ### Datasets
 
 
 
 
 
43
 
 
44
  - **[telecom-kg-rel19](https://huggingface.co/datasets/GSMA/telecom-kg-rel19)** β€” Large-scale telecom knowledge graph built from 3GPP Release 19 specifications, with text chunks for retrieval-augmented generation (RAG) and LLM reasoning over standards
45
  - **[oran_spec_knowledge_graph](https://huggingface.co/datasets/GSMA/oran_spec_knowledge_graph)** A knowelge graph of 25,103 nodes and 98,679 relationships extracted from official O-RAN Alliance specification documents using OpenAI GPT-4.1
46
  - **[AdaptKey Nemotron 30B Training Data](https://huggingface.co/AdaptKey/AdaptKey-Nemotron-30b/tree/main/training_data)** β€” Dataset used to fine-tune Nemotron 3 Nano for telecom. *Contributed by NVIDIA and AdaptKey.*
47
 
48
- ### Resources
49
 
50
  - **[NVIDIA Blueprint: AI Agent for Telecom Network Configuration Planning](https://build.nvidia.com/nvidia/telco-network-configuration)** β€” Agentic blueprint for RAN configuration. *Contributed by NVIDIA (in collaboration with BubbleRAN).*
51
  - **[NVIDIA Blueprint: Intent Driven RAN Energy Efficiency](https://build.nvidia.com/viavi/intent-driven-ran-energy-efficiency)** β€” Agentic blueprint for RAN energy saving with simulation. *Contributed by NVIDIA (in collaboration with VIAVI).*
 
33
  | **ORANBench** | 200 | O-RAN architecture and specifications |
34
  | **SRSRANBench** | 300 | srsRAN open-source network stack |
35
 
36
+ ### OTel β€” Open Telco AI Models
37
 
38
+ A collaborative effort to build AI models for the global telecommunications sector, optimized for RAG and agentic applications.
39
+
40
+ **Model Suite:**
41
+ - **18 Language Models** (270M–32B parameters)
42
+ - **10 Embedding Models** (22M–8B parameters)
43
+ - **3 Reranker Models** (0.6B–8B parameters)
44
+
45
+ Models are trained on telecom-domain data β€” including 3GPP specifications, O-RAN documentation, and RFC standards β€” curated by 200+ domain experts from AT&T, GSMA, Purdue University, Khalifa University, University of Leeds, Yale University, and others.
46
+
47
+ **Resources:**
48
+ - [Training & Inference Code (GitHub)](https://github.com/farbodtavakkoli/OTel)
49
+ - [Open-Telco-1 Dataset](https://huggingface.co/datasets/GSMA/Open-Telco-1)
50
+ - [LLM Collection](https://huggingface.co/collections/farbodtavakkoli/otel-llm)
51
+ - [Embedding Collection](https://huggingface.co/collections/farbodtavakkoli/otel-embedding)
52
+ - [Reranker Collection](https://huggingface.co/collections/farbodtavakkoli/otel-reranker)
53
 
54
+ **License:** Apache-2.0
55
+
56
+ ### Additional Resources
57
+
58
+ ## Models
59
+ - **[AdaptKey-Nemotron-30b](https://huggingface.co/AdaptKey/AdaptKey-Nemotron-30b)** β€” NVIDIA Nemotron 3 Nano fine-tuned by AdaptKey for telecom. *Contributed by NVIDIA and AdaptKey.*
60
 
61
+ ## Datasets
62
  - **[telecom-kg-rel19](https://huggingface.co/datasets/GSMA/telecom-kg-rel19)** β€” Large-scale telecom knowledge graph built from 3GPP Release 19 specifications, with text chunks for retrieval-augmented generation (RAG) and LLM reasoning over standards
63
  - **[oran_spec_knowledge_graph](https://huggingface.co/datasets/GSMA/oran_spec_knowledge_graph)** A knowelge graph of 25,103 nodes and 98,679 relationships extracted from official O-RAN Alliance specification documents using OpenAI GPT-4.1
64
  - **[AdaptKey Nemotron 30B Training Data](https://huggingface.co/AdaptKey/AdaptKey-Nemotron-30b/tree/main/training_data)** β€” Dataset used to fine-tune Nemotron 3 Nano for telecom. *Contributed by NVIDIA and AdaptKey.*
65
 
66
+ ## Guides & Blueprints
67
 
68
  - **[NVIDIA Blueprint: AI Agent for Telecom Network Configuration Planning](https://build.nvidia.com/nvidia/telco-network-configuration)** β€” Agentic blueprint for RAN configuration. *Contributed by NVIDIA (in collaboration with BubbleRAN).*
69
  - **[NVIDIA Blueprint: Intent Driven RAN Energy Efficiency](https://build.nvidia.com/viavi/intent-driven-ran-energy-efficiency)** β€” Agentic blueprint for RAN energy saving with simulation. *Contributed by NVIDIA (in collaboration with VIAVI).*