Open JaronMink opened 4 years ago
Thanks for the report! This seems to be a hard-coded limit in msgpack:
We'll look into it, but since I'm not sure why msgpack has this limit, I'm not sure whether there's going to be an easy solution. Your only option for now may be to initialize the model as you're doing here each time rather than saving/loading from disk as a spacy model.
Hi,
I'm attempting to initialize the gpt2-xl huggingface model in SpaCy using the following code provided in examples/init_model.py:
After downloading the model, the function nlp.to_disk(path) raises an exception: