Update all references to canonical models (#29001)
* Script & Manual edition * Update
This commit is contained in:
@@ -488,7 +488,7 @@ class BertTokenizerMismatchTest(unittest.TestCase):
|
||||
" is called from."
|
||||
)
|
||||
)
|
||||
EXAMPLE_BERT_ID = "bert-base-cased"
|
||||
EXAMPLE_BERT_ID = "google-bert/bert-base-cased"
|
||||
with self.assertLogs("transformers", level="WARNING") as cm:
|
||||
BertJapaneseTokenizer.from_pretrained(EXAMPLE_BERT_ID)
|
||||
self.assertTrue(
|
||||
|
||||
Reference in New Issue
Block a user