alwaysgood commited on
Commit
6f38957
·
verified ·
1 Parent(s): ee9abb6

Upload summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. summary.json +62 -0
summary.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "input_path": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_pairwise_full/paragraphs_deduped_company_cleaned.jsonl",
4
+ "output_dir": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max",
5
+ "target_total_requested": "max",
6
+ "target_total_effective": "max",
7
+ "seed": 42,
8
+ "max_records": null,
9
+ "sentence_ratio": 0.5,
10
+ "chunk_ratio": 0.3,
11
+ "paragraph_ratio": 0.2,
12
+ "sentence_min_tokens": 6,
13
+ "sentence_max_tokens": 80,
14
+ "chunk_min_tokens": 20,
15
+ "chunk_target_max_tokens": 180,
16
+ "paragraph_min_tokens": 40,
17
+ "paragraph_target_max_tokens": 320,
18
+ "hard_cap_tokens": 1024,
19
+ "workers": 8,
20
+ "batch_size": 2000
21
+ },
22
+ "candidate_stats": {
23
+ "source_paragraphs_seen": 11421243,
24
+ "source_paragraphs_with_sentence_candidates": 7523040,
25
+ "source_paragraphs_with_chunk_candidates": 5518071,
26
+ "source_paragraphs_with_paragraph_candidate": 5401821,
27
+ "paragraph_candidates": 5401821,
28
+ "chunk_candidates": 8434455,
29
+ "sentence_candidates": 23684571
30
+ },
31
+ "track_stats": {
32
+ "selection_mode": "max_no_sampling",
33
+ "enabled_tracks": {
34
+ "sentence": true,
35
+ "chunk": true,
36
+ "paragraph": true
37
+ },
38
+ "available_candidates": {
39
+ "sentence": 23684571,
40
+ "chunk": 8434455,
41
+ "paragraph": 5401821
42
+ },
43
+ "selected_counts": {
44
+ "sentence": 1620583,
45
+ "chunk": 914217,
46
+ "paragraph": 5367690,
47
+ "total": 7902490
48
+ }
49
+ },
50
+ "artifacts": {
51
+ "sentence_track": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max/sentence_track.jsonl",
52
+ "chunk_track": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max/chunk_track.jsonl",
53
+ "paragraph_track": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max/paragraph_track.jsonl",
54
+ "translation_dataset": "/Users/inertia/Desktop/cap/005/outputs/sec_10k_translation_tracks_max/translation_dataset.jsonl"
55
+ },
56
+ "final_written": {
57
+ "sentence": 1620583,
58
+ "chunk": 914217,
59
+ "paragraph": 5367690,
60
+ "total": 7902490
61
+ }
62
+ }