Skip to content

Commit

Permalink
update links in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehigashi committed Feb 1, 2024
1 parent 395f5f7 commit bf5fbdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/langcheck/metrics/de/reference_based_text_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def semantic_similarity(
Ref:
https://huggingface.co/tasks/sentence-similarity
https://www.sbert.net/docs/usage/semantic_textual_similarity.html
https://openai.com/blog/new-and-improved-embedding-model
https://openai.com/blog/new-embedding-models-and-api-updates
Args:
generated_outputs: The model generated output(s) to evaluate
Expand Down
2 changes: 1 addition & 1 deletion src/langcheck/metrics/en/reference_based_text_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def semantic_similarity(
Ref:
https://huggingface.co/tasks/sentence-similarity
https://www.sbert.net/docs/usage/semantic_textual_similarity.html
https://openai.com/blog/new-and-improved-embedding-model
https://openai.com/blog/new-embedding-models-and-api-updates
Args:
generated_outputs: The model generated output(s) to evaluate
Expand Down
2 changes: 1 addition & 1 deletion src/langcheck/metrics/ja/reference_based_text_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def semantic_similarity(
Ref:
https://huggingface.co/tasks/sentence-similarity
https://www.sbert.net/docs/usage/semantic_textual_similarity.html
https://openai.com/blog/new-and-improved-embedding-model
https://openai.com/blog/new-embedding-models-and-api-updates
Args:
generated_outputs: The model generated output(s) to evaluate
Expand Down

0 comments on commit bf5fbdf

Please sign in to comment.