This commit is contained in:
Lysandre
2019-11-19 09:49:55 -05:00
committed by LysandreJik
parent ea52f82455
commit 72e506b22e
6 changed files with 157 additions and 5 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
from .processors import squad_convert_examples_to_features, SquadExample, read_squad_examples
from .metrics import is_sklearn_available
if is_sklearn_available():