Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,4 @@ Filtering strategy:
|
|
42 |
- **Alphanumeric Fraction** of samples greater than 0.2 and less than 0.75
|
43 |
- **Number of Lines**: from 6.0 to 300.0
|
44 |
- **Language Filter**: samples whose docstring scores an English language confidence greater than 99% by the `lingua` language detector
|
45 |
-
- **Deduplication**: samples
|
|
|
42 |
- **Alphanumeric Fraction** of samples greater than 0.2 and less than 0.75
|
43 |
- **Number of Lines**: from 6.0 to 300.0
|
44 |
- **Language Filter**: samples whose docstring scores an English language confidence greater than 99% by the `lingua` language detector
|
45 |
+
- **Deduplication**: samples MinHash deduplicated using a shingle size of 8 and a similarity threshold of 0.8
|