Typo "UNKWOWN" -> "UNKNOWN" (#13675)

This commit is contained in:
Kamal Raj
2021-09-21 18:41:26 +05:30
committed by GitHub
parent 78807d86eb
commit 8d533e6ad6
7 changed files with 14 additions and 14 deletions

View File

@@ -21,10 +21,10 @@ import transformers
# Try to import everything from transformers to ensure every object can be loaded.
from transformers import * # noqa F406
from transformers.file_utils import CONFIG_NAME, WEIGHTS_NAME, filename_to_url, get_from_cache, hf_bucket_url
from transformers.testing_utils import DUMMY_UNKWOWN_IDENTIFIER
from transformers.testing_utils import DUMMY_UNKNOWN_IDENTIFIER
MODEL_ID = DUMMY_UNKWOWN_IDENTIFIER
MODEL_ID = DUMMY_UNKNOWN_IDENTIFIER
# An actual model hosted on huggingface.co
REVISION_ID_DEFAULT = "main"