Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
0a158128
Commit
0a158128
authored
Feb 17, 2021
by
Mostofa Patwary
Browse files
Fixed a minor bug
parent
c1faa9fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/openwebtext/group_duplicate_url.py
tools/openwebtext/group_duplicate_url.py
+1
-1
No files found.
tools/openwebtext/group_duplicate_url.py
View file @
0a158128
...
...
@@ -19,7 +19,7 @@ import sys
def
is_similar
(
jaccard_similarity
):
return
(
j
s
>=
0.
9
)
return
(
j
accard_similarity
>=
0.
7
)
if
__name__
==
'__main__'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment