Skip to content

Commit ca9ae21

Browse files
authored
Fixing broken link
Found one broken link in this tutorial and I have replaced it with right one.
1 parent bbc0b9c commit ca9ae21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/hub/tutorials/semantic_similarity_with_tf_hub_universal_encoder.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"source": [
261261
"## Evaluation: STS (Semantic Textual Similarity) Benchmark\n",
262262
"\n",
263-
"The [**STS Benchmark**](https://ixa2.si.ehu.es/stswiki/index.php/STSbenchmark) provides an intrinsic evaluation of the degree to which similarity scores computed using sentence embeddings align with human judgements. The benchmark requires systems to return similarity scores for a diverse selection of sentence pairs. [Pearson correlation](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) is then used to evaluate the quality of the machine similarity scores against human judgements."
263+
"The [**STS Benchmark**](https://ixa2.si.ehu.eus/stswiki/stswiki/index.php/Special:Random.html) provides an intrinsic evaluation of the degree to which similarity scores computed using sentence embeddings align with human judgements. The benchmark requires systems to return similarity scores for a diverse selection of sentence pairs. [Pearson correlation](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) is then used to evaluate the quality of the machine similarity scores against human judgements."
264264
]
265265
},
266266
{

0 commit comments

Comments
 (0)