Earlier quoted context omitted.
Wow did not expect sales force to be behind this. It’s basically free advertising for technical people to join sales force.
Salesforce has long been involved in publishing quality NLP papers, especially during Stephen Merity's tenure. Smerity's papers are some of my favourite. Check out https://ar5iv.labs.arxiv.org/html/1708.02182 And my all-time favourite https://ar5iv.labs.arxiv.org/html/1911.11423
A multimodal dataset with one trillion tokens
21–30 of 55 posts
Re: A multimodal dataset with one trillion tokens
#22I thought CommonCrawl truncated files at 1MB. I wonder if the PDFs for CommonCrawl were re-fetched from the URLs. That could be useful if they provide simple way to get those full files.
Re: A multimodal dataset with one trillion tokens
#23It looks like it contains data from CommonCrawl and ArXiv. It's not clear what kind of processing they did, but sometimes these releases seem like just repackaging existing datasets with your name own name on them. It's not hard to get bulk downloads from these sources directly. I thought CommonCrawl truncated files at 1MB. I wonder if the PDFs for CommonCrawl were re-fetched from the URLs. That could be useful if th…
We do a lot of pre-processing of commoncrawl (which in its raw form isn’t all that useful for training models). This includes heuristics to remove low quality text and images and deduplicating documents, paragraphs, and images. All of these are crucial to achieve good training performance.
On your point regarding PDFs, we actually don’t constraint ourselves to the 1MB files and do our own downloading of PDFs!
Re: A multimodal dataset with one trillion tokens
#24Does it make sense to measure a dataset in tokens? Shouldn't it be tokenizer-agnostic? I.e. the OpenAI tokenizer encodes about ~4 characters per token, but I could also have a tokenizer that does 1 character per token leading to a ~4x increase in token count (relative to the OpenAI tokenizer.)
Re: A multimodal dataset with one trillion tokens
#25More info on the Salesforce blog: https://blog.salesforceairesearch.com/mint-1t/
Wow did not expect sales force to be behind this. It’s basically free advertising for technical people to join sales force.
Re: A multimodal dataset with one trillion tokens
#26Earlier quoted context omitted.
Wow did not expect sales force to be behind this. It’s basically free advertising for technical people to join sales force.
I’m skeptical of the caliber of talent at Salesforce given the unusable state of their core product.
Re: A multimodal dataset with one trillion tokens
#27What's the license though?
From https://huggingface.co/datasets/mlfoundations/MINT-1T-HTML#l... : We release MINT-1T under a CC-BY-4.0 license, designating it primarily as a research artifact. While the dataset is freely available, users are responsible for ensuring its legal use in commercial settings. Users must independently verify compliance with applicable laws before employing MINT-1T for commercial purposes. Same page includes this cave…
Re: A multimodal dataset with one trillion tokens
#28It looks like it contains data from CommonCrawl and ArXiv. It's not clear what kind of processing they did, but sometimes these releases seem like just repackaging existing datasets with your name own name on them. It's not hard to get bulk downloads from these sources directly. I thought CommonCrawl truncated files at 1MB. I wonder if the PDFs for CommonCrawl were re-fetched from the URLs. That could be useful if th…
Hello! Creator of MINT here. We do a lot of pre-processing of commoncrawl (which in its raw form isn’t all that useful for training models). This includes heuristics to remove low quality text and images and deduplicating documents, paragraphs, and images. All of these are crucial to achieve good training performance. On your point regarding PDFs, we actually don’t constraint ourselves to the 1MB files and do our own…
Re: A multimodal dataset with one trillion tokens
#29Earlier quoted context omitted.
I’m skeptical of the caliber of talent at Salesforce given the unusable state of their core product.
The people building CRM software aren't also the ones doing AI research. The two have nothing to do with each other.