Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
Kenneth Enevoldsen
commited on
duplicate check
Browse files
src/tests/test_duplicates.py
CHANGED
@@ -15,7 +15,7 @@ def test_no_within_data_duplicates(dataset_name: str):
|
|
15 |
assert len(set(ds["text"])) == len(ds)
|
16 |
|
17 |
|
18 |
-
@pytest.mark.skip("This tests takes too long to run")
|
19 |
def test_no_data_duplicates():
|
20 |
ds = load_dataset(str(repo_path.resolve()), split="train")
|
21 |
ds = cast(Dataset, ds)
|
|
|
15 |
assert len(set(ds["text"])) == len(ds)
|
16 |
|
17 |
|
18 |
+
@pytest.mark.skip("This tests takes too long to run") # there seems to be some duplicate across
|
19 |
def test_no_data_duplicates():
|
20 |
ds = load_dataset(str(repo_path.resolve()), split="train")
|
21 |
ds = cast(Dataset, ds)
|