CodedotAl / gpt-code-clippy

Full description can be found here: https://discuss.huggingface.co/t/pretrain-gpt-neo-for-open-source-github-copilot-model/7678?u=ncoop57
Apache License 2.0
3.29k stars 220 forks source link

when I run train script, an errors occurs #74

Closed BitcoinNLPer closed 2 years ago

BitcoinNLPer commented 2 years ago

When I run this train script, I encounter some errors. The error log is as follows: image

Do you know how to solve it?

Furthermore. there are too many files in code_clippy_data file. Is there a script to download this dataset conveniently?

reshinthadithyan commented 2 years ago

Hello. As we discussed, this is a python specific error. You'll have to reset your recursion limit to some higher number. Refer here. Feel free to re-open the issue if something pops up. Thanks.

BitcoinNLPer commented 2 years ago

Hi, I increased the number of layers for the file with the error, and found that the error is still reported. I want to ask two questions. image

Thanks!