File size: 2,067 Bytes
6f38957
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "config": {
    "input_path": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_pairwise_full/paragraphs_deduped_company_cleaned.jsonl",
    "output_dir": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max",
    "target_total_requested": "max",
    "target_total_effective": "max",
    "seed": 42,
    "max_records": null,
    "sentence_ratio": 0.5,
    "chunk_ratio": 0.3,
    "paragraph_ratio": 0.2,
    "sentence_min_tokens": 6,
    "sentence_max_tokens": 80,
    "chunk_min_tokens": 20,
    "chunk_target_max_tokens": 180,
    "paragraph_min_tokens": 40,
    "paragraph_target_max_tokens": 320,
    "hard_cap_tokens": 1024,
    "workers": 8,
    "batch_size": 2000
  },
  "candidate_stats": {
    "source_paragraphs_seen": 11421243,
    "source_paragraphs_with_sentence_candidates": 7523040,
    "source_paragraphs_with_chunk_candidates": 5518071,
    "source_paragraphs_with_paragraph_candidate": 5401821,
    "paragraph_candidates": 5401821,
    "chunk_candidates": 8434455,
    "sentence_candidates": 23684571
  },
  "track_stats": {
    "selection_mode": "max_no_sampling",
    "enabled_tracks": {
      "sentence": true,
      "chunk": true,
      "paragraph": true
    },
    "available_candidates": {
      "sentence": 23684571,
      "chunk": 8434455,
      "paragraph": 5401821
    },
    "selected_counts": {
      "sentence": 1620583,
      "chunk": 914217,
      "paragraph": 5367690,
      "total": 7902490
    }
  },
  "artifacts": {
    "sentence_track": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max/sentence_track.jsonl",
    "chunk_track": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max/chunk_track.jsonl",
    "paragraph_track": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max/paragraph_track.jsonl",
    "translation_dataset": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max/translation_dataset.jsonl"
  },
  "final_written": {
    "sentence": 1620583,
    "chunk": 914217,
    "paragraph": 5367690,
    "total": 7902490
  }
}