HackerTrans
TopNewTrendsCommentsPastAskShowJobs

craffel

no profile record

Submissions

ICLR Workshop on Enormous Language Models – May 7th, 2021 (Livestream)

welmworkshop.github.io
1 points·by craffel·5 anni fa·0 comments

comments

craffel
·5 anni fa·discuss
(different author, not Stella)

To your first question: Unpublished experiments done by the BigScience architecture and scaling WG suggest that training on book corpus yields a boost of 10-15% accuracy on LAMBADA.

To your second question: LAMBADA specifically is an interesting task, but it's a bit unsatisfying to work on since there are so many conflating factors in prior work on the dataset. We are planning quite a few follow-up projects along this general line of work (prompted multi-task training), though.
craffel
·5 anni fa·discuss
(author here)

The paper/model/code was just made public today. This may be why no one is talking about it yet.

Regarding whether the size is a hassle: It's possible to run inference on a single Google Cloud TPU v3-8 device or on a server with 4x 32GB v100 GPUs. Hugging Face also has an inference API for any model on the Hub: https://api-inference.huggingface.co/docs/python/html/index....