diff --git a/README.md b/README.md index 0e4f8d6e56..ef87ec4370 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ results = evaluation.run(model, output_folder=f"results/{model_name}") ```
- Running SentneceTransformermer model with prompts + Running SentenceTransformer model with prompts Prompts can be passed to the SentenceTransformer model using the `prompts` parameter. The following code shows how to use prompts with SentenceTransformer: