added task_type and updated init
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from .attention_mask import get_attention_mask
|
||||
from .task_type import TaskType
|
||||
|
||||
__all__ = ["get_attention_mask"]
|
||||
__all__ = ["get_attention_mask", "TaskType"]
|
||||
Reference in New Issue
Block a user