File size: 2,544 Bytes
3041c8b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "config": {
    "dataset": "VTSNLP/vietnamese_curated_dataset",
    "dataset_revision": "b81fcce58945970117a1b56d50ec81be2628a5c3",
    "dataset_split": "train",
    "streaming": true,
    "mode": "final",
    "max_documents": 2000000,
    "scan_limit": 2250000,
    "seed": 42,
    "min_chars": 20,
    "max_chars": null,
    "train_ratio": 0.9,
    "val_ratio": 0.05,
    "output_dir": "D:\\NLP\\ct219-final-report\\data\\releases\\ct219-2m-v1",
    "overwrite": true,
    "sample_size": 10,
    "text_field": "text",
    "id_field": "id",
    "domain_field": "domain",
    "audit_dir": "data/audit",
    "review_dir": "data/review",
    "near_duplicates": false,
    "simhash_threshold": 3,
    "shingle_size": 4,
    "chart": "docs/assets/domain_distribution.svg",
    "subset": 0,
    "dedup_backend": "sqlite",
    "dedup_dir": "D:\\NLP\\ct219-final-report\\data\\dedup",
    "keep_dedup_db": false,
    "loader": "shards",
    "cache_dir": "data/cache/shards",
    "rejected_sample_size": 20,
    "reject_encoding_corruption": true,
    "reject_binary_invalid": true,
    "reject_foreign_script": false,
    "reject_concatenated": false,
    "max_replacement_chars": 3,
    "min_unusual_unicode_count": 8,
    "min_unusual_unicode_ratio": 0.005,
    "min_non_latin_share": 0.3,
    "max_line_length": 20000
  },
  "resolved_dataset_revision": "b81fcce58945970117a1b56d50ec81be2628a5c3",
  "source_documents_inspected": 2250000,
  "accepted_candidates": 2244505,
  "accepted_documents": 2000000,
  "requested_documents": 2000000,
  "rejected_documents": 5495,
  "sampled_out": 244505,
  "removal_counts": {
    "empty_text": 0,
    "too_short": 0,
    "too_long": 0,
    "duplicate_id": 0,
    "duplicate_text": 37,
    "invalid_text": 0,
    "encoding_corruption": 2535,
    "binary_or_invalid_content": 2923,
    "foreign_script_dominant": 0,
    "concatenated_dump": 0
  },
  "duplicate_count": 37,
  "split_counts": {
    "train": 1800020,
    "validation": 99742,
    "test": 100238
  },
  "length_statistics": {
    "count": 2000000,
    "min": 199,
    "max": 441312,
    "mean": 4048.95,
    "median": 2740.0,
    "p90": 7652.0,
    "p95": 8052.0,
    "p99": 8537.0
  },
  "elapsed_seconds": 5585.7,
  "performance": {
    "source_documents_per_second": 402.8,
    "accepted_documents_per_second": 358.1,
    "peak_memory_mb": null
  },
  "dedup": {
    "backend": "sqlite",
    "database_bytes": 480182272,
    "ids_retained": 2244505,
    "hashes_retained": 2244505,
    "duplicate_hits": 37,
    "journal_mode": "wal"
  }
}