[test] added transformers models to test model zoo (#3135)

This commit is contained in:
Frank Lee
2023-03-15 11:26:10 +08:00
committed by GitHub
parent a674c63348
commit 6d48eb0560
12 changed files with 339 additions and 193 deletions

View File

@@ -0,0 +1,5 @@
from .albert import *
from .bert import *
from .gpt import *
from .opt import *
from .t5 import *