Skip to content

Commit

Permalink
Merge pull request #1018 from sadakmed/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nreimers authored Jun 22, 2021
2 parents 43991ce + 3bf1876 commit 8a59617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/training/multilingual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dev_trans_acc = evaluation.TranslationEvaluator(src_sentences, trg_sentences, na
You can also measure the semantic textual similarity (STS) between sentence pairs in different languages:

```python
sts_evaluator = evaluation.EmbeddingSimilarityEvaluatorFromList(sentences1, senteces2, scores)
sts_evaluator = evaluation.EmbeddingSimilarityEvaluatorFromList(sentences1, sentences2, scores)
```

Where `sentences1` and `sentences2` are lists of sentences and score is numeric value indicating the sematic similarity between `sentences1[i]` and `sentences2[i]`.
Expand Down

0 comments on commit 8a59617

Please sign in to comment.