Submitted by Secure-Technology-78 t3_10mdhxb in MachineLearning
data-drone t1_j62n3b9 wrote
Reply to comment by CKtalon in [R] SparseGPT: Massive Language Models Can Be Accurately Pruned in One-Shot by Secure-Technology-78
How much more training they need?
CKtalon t1_j62n9yw wrote
About 10-12 times more then the tokens seen.
NoFairYouCheated t1_j68z10h wrote
Are there any papers or blog posts discussing this undertraining?
CKtalon t1_j695owv wrote
No. There are blog posts about it performing quite badly: https://www.surgehq.ai/blog/how-good-is-hugging-faces-bloom-a-real-world-human-evaluation-of-language-models
Then based on the Chinchilla paper, you can kind of infer that it's a result of undertraining.
maizeq t1_j66b3l5 wrote
Chinchilla (70B) is trained with 1.4 trillion, so 140B would presumably need at least 2.8 trillion (it scales linearly afaik).
I’m not sure a 2.8 trillion token dataset actually exists
rainy_moon_bear t1_j676oo9 wrote
This is something people don't seem to understand. Pretty much all models 100B+ are undertrained.
Taenk t1_j688cev wrote
> I’m not sure a 2.8 trillion token dataset actually exists
DeepMind's Massive Text is assumed to be 10TB large, the largest publically available dataset is The Pile and weighs in at about 820GB.
A 2.8 trillion token dataset would need to be more than 20TB large, which could be possible by including more of Common Crawl - weighing in at 380TiB - or non-English resources. I have a suspicion that training LLMs on more languages, especially outside of the Indo-European family, will improve performance within the Indo-European family.
maizeq t1_j69vuec wrote
Nice. How are you converting between dataset size and number of tokens?
Doesn’t common crawl get deduplicated and that’s why the number of usable tokens decreases - or is it also curation? How much of that 380TiB is actually utilisable.
Given the ostensibly impressive performance of the bilingual GLM-130B (Chinese+English) model that came out of Tsinghua university that might very well be the case.
Viewing a single comment thread. View all comments