SQuAD v2 BERT + XLNet

This commit is contained in:
Lysandre
2019-11-25 19:22:21 -05:00
parent e0e55bc550
commit 0669c1fcd1
4 changed files with 92 additions and 94 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, read_squad_examples
from .processors import squad_convert_examples_to_features, SquadExample
from .metrics import is_sklearn_available
if is_sklearn_available():