Skip to content

Commit

Permalink
added default tracing sentence
Browse files Browse the repository at this point in the history
Signed-off-by: faradawn <[email protected]>
  • Loading branch information
faradawn committed Nov 16, 2023
1 parent 25197ad commit e149375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch_py_ml/ml_models/question_answering_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(

def save_as_pt(
self,
sentences: [str],
sentences: [str] = ["today is sunny"],
model_id="distilbert-base-cased-distilled-squad",
model_name: str = None,
save_json_folder_path: str = None,
Expand Down

0 comments on commit e149375

Please sign in to comment.