Upload 3 files
Browse files- cleaning_metadata.json +45 -0
- emails_others_cleaned.jsonl +0 -0
- emails_phillip_allen_cleaned.jsonl +0 -0
cleaning_metadata.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_info": {
|
| 3 |
+
"source": "Enron Email Dataset (cleaned)",
|
| 4 |
+
"processed_date": "2025-06-22T20:30:02.258451",
|
| 5 |
+
"cleaning_applied": true,
|
| 6 |
+
"original_files": [
|
| 7 |
+
"C:\\Users\\jvina\\Documents\\Curso 2024-25\\TFG\\Repositorio\\Unlearning\\pretraining\\datasets\\emails_phillip_allen.jsonl",
|
| 8 |
+
"C:\\Users\\jvina\\Documents\\Curso 2024-25\\TFG\\Repositorio\\Unlearning\\pretraining\\datasets\\emails_others_part1.jsonl"
|
| 9 |
+
],
|
| 10 |
+
"columns_kept": [
|
| 11 |
+
"text"
|
| 12 |
+
],
|
| 13 |
+
"format": "JSONL with single 'text' column"
|
| 14 |
+
},
|
| 15 |
+
"phillip_allen": {
|
| 16 |
+
"original_count": 1423,
|
| 17 |
+
"cleaned_count": 319,
|
| 18 |
+
"removed_count": 1104,
|
| 19 |
+
"removal_percentage": 77.58257203092059,
|
| 20 |
+
"output_file": "C:\\Users\\jvina\\Documents\\Curso 2024-25\\TFG\\Repositorio\\cleaned_datasets\\emails_phillip_allen_cleaned.jsonl",
|
| 21 |
+
"columns": [
|
| 22 |
+
"text"
|
| 23 |
+
]
|
| 24 |
+
},
|
| 25 |
+
"others": {
|
| 26 |
+
"original_count": 3748,
|
| 27 |
+
"cleaned_count": 1663,
|
| 28 |
+
"removed_count": 2085,
|
| 29 |
+
"removal_percentage": 55.62966915688368,
|
| 30 |
+
"output_file": "C:\\Users\\jvina\\Documents\\Curso 2024-25\\TFG\\Repositorio\\cleaned_datasets\\emails_others_cleaned.jsonl",
|
| 31 |
+
"columns": [
|
| 32 |
+
"text"
|
| 33 |
+
]
|
| 34 |
+
},
|
| 35 |
+
"cleaning_steps": [
|
| 36 |
+
"Eliminaci贸n de valores NaN en columna 'text'",
|
| 37 |
+
"Eliminaci贸n de textos vac铆os",
|
| 38 |
+
"Eliminaci贸n de strings 'nan'/'null'",
|
| 39 |
+
"Filtrado por longitud (10-2000 caracteres)",
|
| 40 |
+
"Limpieza de caracteres problem谩ticos",
|
| 41 |
+
"Eliminaci贸n de duplicados exactos",
|
| 42 |
+
"Validaci贸n de estructura de email",
|
| 43 |
+
"Mantener solo columna 'text'"
|
| 44 |
+
]
|
| 45 |
+
}
|
emails_others_cleaned.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
emails_phillip_allen_cleaned.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|