We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b99dad commit 0f1b182Copy full SHA for 0f1b182
TensorFlow/LanguageModeling/BERT/trtis/run_squad_trtis_client.py
@@ -20,8 +20,9 @@
20
import numpy as np
21
import tqdm
22
23
+from utils.create_squad_data import SquadExample
24
+
25
# Set this to either 'label_ids' for Google bert or 'unique_ids' for JoC
-from TensorFlow.LanguageModeling.BERT.utils.create_squad_data import SquadExample
26
27
label_id_key = "unique_ids"
28
0 commit comments