Spaces:
Build error
Build error
Update Space (evaluate main: 05209ece)
Browse files- README.md +2 -0
- text_duplicates.py +1 -1
README.md
CHANGED
@@ -10,6 +10,8 @@ pinned: false
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- measurement
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Measurement Card for Text Duplicates
|
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- measurement
|
13 |
+
description: >-
|
14 |
+
Returns the duplicate fraction of duplicate strings in the input.
|
15 |
---
|
16 |
|
17 |
# Measurement Card for Text Duplicates
|
text_duplicates.py
CHANGED
@@ -20,7 +20,7 @@ import hashlib
|
|
20 |
logger = evaluate.logging.get_logger(__name__)
|
21 |
|
22 |
_DESCRIPTION = """
|
23 |
-
Returns the duplicate
|
24 |
"""
|
25 |
|
26 |
_KWARGS_DESCRIPTION = """
|
|
|
20 |
logger = evaluate.logging.get_logger(__name__)
|
21 |
|
22 |
_DESCRIPTION = """
|
23 |
+
Returns the duplicate fraction of duplicate strings in the input.
|
24 |
"""
|
25 |
|
26 |
_KWARGS_DESCRIPTION = """
|