llama icon indicating copy to clipboard operation
llama copied to clipboard

No dropout in model.py

Open xiamengzhou opened this issue 1 year ago • 4 comments

Hi, this is great work, and thanks for releasing the code!

I found that there is no dropout in the llama models, and I wonder if it is a specific design choice? I could also have missed it, but I tried searching dropout in the code file and the paper and didn't find it.

xiamengzhou avatar Mar 23 '23 13:03 xiamengzhou

same question

liaoyiqiao avatar May 25 '23 04:05 liaoyiqiao

+1

butterluo avatar Aug 22 '23 02:08 butterluo

+1

Lisennlp avatar Sep 07 '23 08:09 Lisennlp

https://github.com/h2oai/h2o-llmstudio/issues/432 appears to add dropout as an option, but it doesn't specify whether the models were pretrained with dropout disabled. Is this info public?

zaptrem avatar Nov 08 '23 17:11 zaptrem