mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
remove a TODO item to use a tiny model (#6338)
as discussed with @sshleifer, removing this TODO to switch to a tiny model, since it won't be able to test the results of the evaluation (i.e. the results are meaningless).
This commit is contained in:
parent
1f8e826518
commit
322dffc6c9
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ class ExamplesTests(unittest.TestCase):
|
|||
def test_run_language_modeling(self):
|
||||
stream_handler = logging.StreamHandler(sys.stdout)
|
||||
logger.addHandler(stream_handler)
|
||||
# TODO: switch to smaller model like sshleifer/tiny-distilroberta-base
|
||||
|
||||
testargs = """
|
||||
run_language_modeling.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue