[Docs] fix dataset name error (#533)

This commit is contained in:
Kevin Wang 2023-11-10 18:54:20 +08:00 committed by GitHub
parent 95e0da0173
commit 7f77e8dae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from mmengine.config import read_base
with read_base():
from .GULE_CoLA_ppl_77d0df import CoLA_datasets # noqa: F401, F403
from .GLUE_CoLA_ppl_77d0df import CoLA_datasets # noqa: F401, F403