Spaces:
Build error
Build error
Update description.
Browse files- vendiscore.py +1 -0
vendiscore.py
CHANGED
@@ -23,6 +23,7 @@ _DESCRIPTION = """\
|
|
23 |
The Vendi Score is a metric for evaluating diversity in machine learning.
|
24 |
The input to metric is a collection of samples and a pairwise similarity function, and the output is a number, which can be interpreted as the effective number of unique elements in the sample.
|
25 |
See the project's README at https://github.com/vertaix/Vendi-Score for more information.
|
|
|
26 |
"""
|
27 |
|
28 |
|
|
|
23 |
The Vendi Score is a metric for evaluating diversity in machine learning.
|
24 |
The input to metric is a collection of samples and a pairwise similarity function, and the output is a number, which can be interpreted as the effective number of unique elements in the sample.
|
25 |
See the project's README at https://github.com/vertaix/Vendi-Score for more information.
|
26 |
+
The interactive example calculates the Vendi Score for a set of strings using the n-gram overlap similarity, averaged between n=1 and n=2.
|
27 |
"""
|
28 |
|
29 |
|