From d1f3d2b2dfd20f4c9d6c9d064600f4c54a872167 Mon Sep 17 00:00:00 2001 From: Elias Herranen Date: Sun, 10 Nov 2024 23:34:38 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: