Add processors to __init__

This commit is contained in:
Lysandre
2019-11-28 17:38:52 -05:00
parent f671997ef7
commit 0b84b9fd8a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
from .processors import InputExample, InputFeatures, DataProcessor, SquadFeatures
from .processors import glue_output_modes, glue_processors, glue_tasks_num_labels, glue_convert_examples_to_features
from .processors import squad_convert_examples_to_features, SquadExample
from .processors import squad_convert_examples_to_features, SquadExample, SquadV1Processor, SquadV2Processor
from .metrics import is_sklearn_available
if is_sklearn_available():