You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2023. It is now read-only.
"onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument": "Wrong tokenizer type in the repository. To convert the model you could create a repository with the same model and right tokenizer type and use it instead.",
4
+
"Connection error, and we cannot find the requested files in the cached path": "Connection error. Check the internet connection.",
5
+
"TypeError: not a string": "Cannot initialize tokenizer from the repository.",
6
+
"Error(s) in loading state_dict": "Cannot initialize the the model from the repository. Try to connect the repository creator of the repository.",
7
+
"sequence item 0: expected str instance": "[unk] and [pad] tokens for tokenizer are not set.",
8
+
"expected str, bytes or os.PathLike object": "Not enough files for tokenizer initialization in the repository",
9
+
"path should be string, bytes, os.PathLike or integer": "Not enough files for tokenizer initialization in the repository",
10
+
"The state dictionary of the model you are training to load is corrupted": "Cannot initialize the model form the repository. It may not have been saved properly.",
11
+
"No such file or directory (os error 2)": "Cannot initialize tokenizer from the repository.",
12
+
"Can't load tokenizer for": "Cannot initialize tokenizer from the repository.",
13
+
"Exporting model exceed maximum protobuf size of 2GB": "Cannot convert a large model to ONNX.",
14
+
"Connection error": "Connection error, check the internet connection.",
15
+
"Model and config inputs doesn't match": "Cannot convert model to ONNX - model and config inputs doesn't match. The repository might contain wrong tokenizer type.",
16
+
"Wrong index found for [MASK]": "Cannot initialize tokenizer from the model repository.",
17
+
"JSONDecodeError": "Cannot initialize tokenizer from the model repository - the json file is corrupted.",
18
+
"PreValidation Error": "Cannot initialize tokenizer or model from the repository."
0 commit comments