Pclanglais commited on
Commit
d8f8e5e
·
verified ·
1 Parent(s): 235ea00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -18,9 +18,9 @@ configs:
18
  path: personas/*.parquet
19
  ---
20
 
21
- ## Multimodal Pretraining
22
 
23
- ### Global academic thesis
24
 
25
  We hold the largest collection of academic thesis with more than three million documents in PDF at a global scale.
26
 
@@ -28,7 +28,7 @@ Our coverage extends significantly beyond western sources, with half of our hold
28
 
29
  The current sample include 1052 thesis in pdf formats in many languages.
30
 
31
- ### Youtube-Commons
32
 
33
  Youtube-Commons is the current reference dataset for Youtube videos under creative commons allowing for full commercial reuse. The dataset was noticeably used to train Nvidia's SOTA text to speech model <a href="https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2">Parakeet</a>.
34
 
@@ -36,7 +36,7 @@ While the public version of Youtube-Commons only includes metadata and transcrip
36
 
37
  We provide an initial samples of 5,000 audio samples with associated metadata in parquet.
38
 
39
- ### Non-US Patents
40
 
41
  We are currently collecting the largest available asset of non-US patents. It currently includes the complete collection of European patents (EPO) in the original pdf format and we're currently scaling our data collection to Asia.
42
 
@@ -44,7 +44,7 @@ Patents commonly come with technical diagrams we can communicate in a separate f
44
 
45
  The current sample includes 5,000 unique samples in large .tar files along with associated metadata.
46
 
47
- ### Telecom
48
 
49
  In partnership with GSMA we collected Telco-Common Corpus, currently the largest dataset of telecom data.
50
 
@@ -52,7 +52,7 @@ Our internal asset includes the extent PDF and doc sources for multimodal traini
52
 
53
  The telecom corpus has been has been incorporated into the pretraining of Otel 2.0 by AT&T.
54
 
55
- ### Global financial regulation
56
 
57
  In association with professional organizations in the finance sector in Europe, we have started to collect the largest global corpus of financial regulation and supervision, nearly one million documents in original PDF from central banks, market regulators and international standard-setters.
58
 
@@ -63,23 +63,23 @@ The collection is meant to support the creation of synthetic environments for st
63
  The current sample includes 5,000 documents in PDF, spanning every region, with associated metadata in parquet.
64
 
65
 
66
- ## Synthetic data seeds/environment
67
 
68
- ### Wikidata
69
 
70
  Seed-ready latest Wikidata dump at a statements/qualifier level. In contrast with the original dumps, our collection reconcile all ids to labels and restructure the nested statements into a flat structure easily retrievable as parquet.
71
 
72
  The sample is the first file in our collection of 2,369 parquet aggregations. Full dataset includes 600 millions statements and has been used extensively for synthetic environment grounding, diversification and search environment exercises (knowledge traversal, reconciliation). Through our partnership with Wikimedia Foundation, we maintain a regular update.
73
 
74
- ### Global personas.
75
 
76
  Our internal assets scaling the synthetic personas at a global scale. We collected a unique corpus of representative first name and last names and aggregated many demographics distribution from international organizations and academic research.
77
 
78
  We provide a sample of 1 millions personas across 108 countries. Our full asset includes currently 100 millions personas but is indefinitely scalable. Similarly to Wikidata, we can also provide continuous updates taking into enhanced information and demographic changes.
79
 
80
- ### Synthetic alignment
81
 
82
- ### Synthetic social media
83
 
84
  We built a reusable synthetic pipeline for realistic social media simulations, with a specific focus on expression naturalness/intended noise that was presented this year at ACL
85
 
 
18
  path: personas/*.parquet
19
  ---
20
 
21
+ # Multimodal Pretraining
22
 
23
+ ## Global academic thesis
24
 
25
  We hold the largest collection of academic thesis with more than three million documents in PDF at a global scale.
26
 
 
28
 
29
  The current sample include 1052 thesis in pdf formats in many languages.
30
 
31
+ ## Youtube-Commons
32
 
33
  Youtube-Commons is the current reference dataset for Youtube videos under creative commons allowing for full commercial reuse. The dataset was noticeably used to train Nvidia's SOTA text to speech model <a href="https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2">Parakeet</a>.
34
 
 
36
 
37
  We provide an initial samples of 5,000 audio samples with associated metadata in parquet.
38
 
39
+ ## Non-US Patents
40
 
41
  We are currently collecting the largest available asset of non-US patents. It currently includes the complete collection of European patents (EPO) in the original pdf format and we're currently scaling our data collection to Asia.
42
 
 
44
 
45
  The current sample includes 5,000 unique samples in large .tar files along with associated metadata.
46
 
47
+ ## Telecom
48
 
49
  In partnership with GSMA we collected Telco-Common Corpus, currently the largest dataset of telecom data.
50
 
 
52
 
53
  The telecom corpus has been has been incorporated into the pretraining of Otel 2.0 by AT&T.
54
 
55
+ ## Global financial regulation
56
 
57
  In association with professional organizations in the finance sector in Europe, we have started to collect the largest global corpus of financial regulation and supervision, nearly one million documents in original PDF from central banks, market regulators and international standard-setters.
58
 
 
63
  The current sample includes 5,000 documents in PDF, spanning every region, with associated metadata in parquet.
64
 
65
 
66
+ # Synthetic data seeds/environment
67
 
68
+ ## Wikidata
69
 
70
  Seed-ready latest Wikidata dump at a statements/qualifier level. In contrast with the original dumps, our collection reconcile all ids to labels and restructure the nested statements into a flat structure easily retrievable as parquet.
71
 
72
  The sample is the first file in our collection of 2,369 parquet aggregations. Full dataset includes 600 millions statements and has been used extensively for synthetic environment grounding, diversification and search environment exercises (knowledge traversal, reconciliation). Through our partnership with Wikimedia Foundation, we maintain a regular update.
73
 
74
+ ## Global personas.
75
 
76
  Our internal assets scaling the synthetic personas at a global scale. We collected a unique corpus of representative first name and last names and aggregated many demographics distribution from international organizations and academic research.
77
 
78
  We provide a sample of 1 millions personas across 108 countries. Our full asset includes currently 100 millions personas but is indefinitely scalable. Similarly to Wikidata, we can also provide continuous updates taking into enhanced information and demographic changes.
79
 
80
+ ## Synthetic alignment
81
 
82
+ ## Synthetic social media
83
 
84
  We built a reusable synthetic pipeline for realistic social media simulations, with a specific focus on expression naturalness/intended noise that was presented this year at ACL
85