HackerTrans
トップ新着トレンドコメント過去質問紹介求人

VictorSh

no profile record

投稿

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

huggingface.co
1 ポイント·投稿者 VictorSh·5 年前·0 コメント

コメント

VictorSh
·5 年前·議論
(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 年前·議論
(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 年前·議論
Yes! -> https://huggingface.co/bigscience/T0pp