HackerTrans
TopNewTrendsCommentsPastAskShowJobs

VictorSh

no profile record

Submissions

Long-range transformers in NLP: existing approaches, assumptions and trade-offs

huggingface.co
1 points·by VictorSh·5 anni fa·0 comments

comments

VictorSh
·5 anni fa·discuss
(author here) That's an interesting take (which I agree with).

Providing a quick way to stress test the model is definitely a double edge sword. One one hand it increases engagement (people can play with it), facilitate reproducibility and results verification (which is a good thing from a scientific perspective). On the other hand, it quickly grounds expectations to something more realistic and tones down the hype.

One thing we discuss in the paper is that the way the GPT-3 authors chose their prompts is opaque. Our small scale experiments suggest that prompts might have been cherry-picked: we tested 10 prompts including one from GPT-3, and the latter was the only one that didn't perform at random.

Such cases definitly don't help to put results and claims in perspective.
VictorSh
·5 anni fa·discuss
(author here)

I don't have exact numbers for latency but the inference widget is currently on a TPU v3-8 (which if I am not mistaken could roughly be compared to a cluster of 8 V100). That gives you a rough idea of the latency for short inputs.

Note that a colleague just reminded me that it is possible on a single (big) GPU with enough CPU to run inference for T5-11B (which is the size we use) with offloading -> https://github.com/huggingface/transformers/issues/9996#issu...
VictorSh
·5 anni fa·discuss
Yes! -> https://huggingface.co/bigscience/T0pp