Erno Erdelyi
Results
2
comments of
Erno Erdelyi
An simple general solution was suggested by @Nayef211, a Contributor, on 23. June 2022 here: https://github.com/pytorch/text/issues/1756#issuecomment-1163664163 > Rather than downloading the data directly using wget we can programmatically modify the...
The root cause of the problem is that _persistent=False_ is set for the _attn.bias_ keys in the original Hugging Face code (_https://github.com/huggingface/transformers/blob/main/src/transformers/models/gpt2/modeling_gpt2.py_, line 133). It means that these keys are...