bourdoiscatie
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -26,22 +26,27 @@ configs:
|
|
26 |
path: data/validation-*
|
27 |
- split: test
|
28 |
path: data/test-*
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
|
32 |
# Allocine_clean
|
33 |
|
34 |
-
In the allocine dataset there are leaks and duplicated data:
|
35 |
- Leakage between train split and test split: 23
|
36 |
- Leakage between validation split and test split: 15
|
37 |
- Duplicated lines in the train split: 534
|
38 |
- Duplicated lines in the validation split: 52
|
39 |
- Duplicated lines in the test split: 72
|
40 |
|
41 |
-
|
42 |
|
43 |
|
44 |
-
|
|
|
45 |
|
46 |
```
|
47 |
DatasetDict({
|
|
|
26 |
path: data/validation-*
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
+
task_categories:
|
30 |
+
- text-classification
|
31 |
+
language:
|
32 |
+
- fr
|
33 |
---
|
34 |
|
35 |
|
36 |
# Allocine_clean
|
37 |
|
38 |
+
In the [allocine](https://huggingface.co/datasets/tblard/allocine) dataset there are leaks and duplicated data:
|
39 |
- Leakage between train split and test split: 23
|
40 |
- Leakage between validation split and test split: 15
|
41 |
- Duplicated lines in the train split: 534
|
42 |
- Duplicated lines in the validation split: 52
|
43 |
- Duplicated lines in the test split: 72
|
44 |
|
45 |
+
In all, this means 0.6% of test data are biased.
|
46 |
|
47 |
|
48 |
+
So this version is a cleaned version of the allocine dataset, i.e. without leaks and duplicated data.
|
49 |
+
It is likely that the resulting dataset is still imperfect, with annotation problems requiring further proofreading/correction.
|
50 |
|
51 |
```
|
52 |
DatasetDict({
|