Pclanglais commited on
Commit
c590e4e
·
verified ·
1 Parent(s): 3c3975a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  **Telco Common Corpus (TCC)** is a **ten billion tokens** collection of fully open, free licensed telecommunications knowledge (scientific literature, patents, open data, and open-web projects) with licence and provenance verified at a document-level.
2
 
3
  TCC stems from GSMA's effort to make AI work for the telecom sector. The Open-Telco LLM Benchmarks and the broader Open Telco AI initiative have already established that current models fall short on real telecom tasks, including network management and, even more importantly, that they have not progressed significantly over the last two years.
@@ -25,6 +29,4 @@ What equally sets TCC apart is the **diversity of its sources**: alongside peer-
25
 
26
  Most TCC sources come from doc or PDF documents that require advanced processing. We used a Pleias internal pipeline (Stratum) relying on open weights VLMs like dots.ocr to properly parse each document at the section level and preserve fundamental document structure like tables.
27
 
28
- The dataset is almost exclusively English. The few multilingual documents have been detected using CommonLingua, a SOTA language detection already jointly released by Pleias and GSMA.
29
-
30
-
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
  **Telco Common Corpus (TCC)** is a **ten billion tokens** collection of fully open, free licensed telecommunications knowledge (scientific literature, patents, open data, and open-web projects) with licence and provenance verified at a document-level.
6
 
7
  TCC stems from GSMA's effort to make AI work for the telecom sector. The Open-Telco LLM Benchmarks and the broader Open Telco AI initiative have already established that current models fall short on real telecom tasks, including network management and, even more importantly, that they have not progressed significantly over the last two years.
 
29
 
30
  Most TCC sources come from doc or PDF documents that require advanced processing. We used a Pleias internal pipeline (Stratum) relying on open weights VLMs like dots.ocr to properly parse each document at the section level and preserve fundamental document structure like tables.
31
 
32
+ The dataset is almost exclusively English. The few multilingual documents have been detected using <a href="https://huggingface.co/PleIAs/CommonLingua">CommonLingua</a>, a SOTA language detection already jointly released by Pleias and GSMA.