lvwerra HF staff commited on
Commit
ef96a6b
1 Parent(s): 3c29061

Update Space (evaluate main: 05209ece)

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. 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 strings (if any) contained in the input.
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 = """