Update all references to canonical models (#29001)
* Script & Manual edition * Update
This commit is contained in:
@@ -70,7 +70,7 @@ set_seed(42)
|
||||
# default torch.distributed port
|
||||
DEFAULT_MASTER_PORT = "10999"
|
||||
|
||||
T5_SMALL = "t5-small"
|
||||
T5_SMALL = "google-t5/t5-small"
|
||||
T5_TINY = "patrickvonplaten/t5-tiny-random"
|
||||
GPT2_TINY = "sshleifer/tiny-gpt2"
|
||||
GPTJ_TINY = "hf-internal-testing/tiny-random-gptj"
|
||||
|
||||
@@ -50,7 +50,7 @@ DS_TESTS_DIRECTORY = dirname(os.path.abspath(__file__))
|
||||
# default torch.distributed port
|
||||
DEFAULT_MASTER_PORT = "10999"
|
||||
|
||||
T5_SMALL = "t5-small"
|
||||
T5_SMALL = "google-t5/t5-small"
|
||||
|
||||
# *** Working Models ***
|
||||
ALBERT_TINY = "hf-internal-testing/tiny-albert"
|
||||
@@ -105,7 +105,7 @@ HUBERT_TINY = "hf-internal-testing/tiny-random-hubert"
|
||||
|
||||
# issues with tokenizer
|
||||
CTRL_TINY = "hf-internal-testing/tiny-random-ctrl"
|
||||
TRANSFO_XL_TINY = "hf-internal-testing/tiny-random-transfo-xl" # same as ctrl
|
||||
TRANSFO_XL_TINY = "hf-internal-testing/tiny-random-transfo-xl" # same as Salesforce/ctrl
|
||||
|
||||
# other issues with tiny models
|
||||
IBERT_TINY = "hf-internal-testing/tiny-random-ibert" # multiple issues with either mlm/qa/clas
|
||||
@@ -218,9 +218,9 @@ def make_task_cmds():
|
||||
"xlnet",
|
||||
# "hubert", # missing tokenizer files
|
||||
# "ibert", # multiple issues with either mlm/qa/clas
|
||||
# "transfo-xl", # tokenizer issues as ctrl
|
||||
# "ctrl", # tokenizer issues
|
||||
# "openai-gpt", missing model files
|
||||
# "transfo-xl", # tokenizer issues as Salesforce/ctrl
|
||||
# "Salesforce/ctrl", # tokenizer issues
|
||||
# "openai-community/openai-gpt", missing model files
|
||||
# "tapas", multiple issues
|
||||
],
|
||||
"img_clas": [
|
||||
|
||||
Reference in New Issue
Block a user