Skip to content

Commit

Permalink
Rename to RelationExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
alanakbik committed Jul 9, 2021
1 parent 1517eba commit ff6e1ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_text_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ def test_train_load_use_classifier_multi_label(results_base_path, tasks_base_pat
trainer.train(
results_base_path,
mini_batch_size=1,
max_epochs=500,
max_epochs=100,
shuffle=False,
checkpoint=False,
train_with_test=True,
train_with_dev=True,
)

sentence = Sentence("apple tv")
Expand Down

0 comments on commit ff6e1ef

Please sign in to comment.