Solve the problem of running the model offline

#5
by wdjaioj - opened

We recommend that you use code to download the model

When the model is downloaded, a file named "models--xlm-roberta-large" is also downloaded from the cache directory, where there are config.json files and model.safetensors files in the lower levels of the directory.

We need to change the config file before we can run the model locally. We need to point the "modelBase": "xlm-roberta-large" in the config file to the directory where the config file of the "models--xlm-roberta-large" model is located

Sign up or log in to comment