arda-argmax commited on
Commit
bea7f7e
·
verified ·
1 Parent(s): 9ce242e

Init run 6spk-debug-prepared-shar-valfix-1780447915

Browse files
6spk-debug-prepared-shar-valfix-1780447915/README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: nemo
3
+ tags:
4
+ - sortformer
5
+ - speaker-diarization
6
+ - automatic-speech-recognition
7
+ ---
8
+
9
+ # 6spk-debug-prepared-shar-valfix-1780447915
10
+
11
+ Sortformer fine-tuning run, hosted under [arda-argmax/sortformer-finetuned](https://huggingface.co/arda-argmax/sortformer-finetuned).
12
+
13
+ ## Best checkpoint
14
+
15
+ - **monitor**: `val_der` (min)
16
+
17
+ Files:
18
+ - `best.nemo` — full NeMo checkpoint (config + weights), restorable via `SortformerEncLabelModel.restore_from('best.nemo')`
19
+ - `best.json` — machine-readable metadata for the best checkpoint
20
+ - `checkpoints/step_*_epoch_*_*.nemo` — archived copies of every checkpoint that became the best during training
21
+ - `config.yaml` — Hydra config the run was launched with
22
+
23
+ ## Run info
24
+
25
+ - started: `2026-06-03T00:53:30Z`
26
+ - live dashboard: [arda-argmax/sortformer-trackio-v2](arda-argmax/sortformer-trackio-v2)
6spk-debug-prepared-shar-valfix-1780447915/config.yaml ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed: 42
2
+ force_exit_on_completion: true
3
+ model:
4
+ init_checkpoint: arda-argmax/diar_streaming_sortformer_6spk-init
5
+ num_spks: 6
6
+ data:
7
+ cuts_path: null
8
+ dataset_hf_repo: null
9
+ split: null
10
+ cuts_filename: null
11
+ preprocess: true
12
+ audio_root: null
13
+ session_len_sec: 120
14
+ sample_rate: 16000
15
+ batch_size: 1
16
+ num_workers: 4
17
+ shuffle: true
18
+ prepared:
19
+ enabled: true
20
+ uri: gs://fastmss-synth/sortformer/fastmss_synth/v0.6_rttm_segment_opus96k_debug
21
+ local_dir: /tmp/fastmss_prepared_shar_debug
22
+ root_dir: null
23
+ train_dir: null
24
+ val_dir: null
25
+ train_path: train
26
+ val_path: val
27
+ sync: true
28
+ gcloud_bin: gcloud
29
+ max_train_cuts: null
30
+ max_val_cuts: null
31
+ num_train_samples: 0
32
+ streaming:
33
+ enabled: false
34
+ repo: arda-argmax/simchoir-parquet
35
+ subset: v0.1
36
+ label_source: legacy
37
+ cache_materialization: stream
38
+ download_dir: /tmp/sortformer_hf_parquet_chunks
39
+ materialization_workers: 1
40
+ subset_prefix: null
41
+ train_subsets: null
42
+ val_subsets: null
43
+ train_split: train
44
+ val_split: val
45
+ train_shuffle_buffer: 0
46
+ sampler_shuffle_buffer: 1000
47
+ num_train_samples: 800
48
+ train_cache_size: -1
49
+ cache_storage: disk
50
+ cache_dir: /tmp/sortformer_streaming_cache
51
+ val_cache_size: -1
52
+ val_replicate_across_ranks: false
53
+ bucketing:
54
+ enabled: false
55
+ max_duration_sec: null
56
+ num_buckets: 10
57
+ buffer_size: 256
58
+ quadratic_duration: 30.0
59
+ duration_bins: []
60
+ bin_estimate_samples: 10000
61
+ optim:
62
+ learning_rate: 5.0e-05
63
+ weight_decay: 0.0
64
+ warmup_steps: 50
65
+ min_lr: 1.0e-06
66
+ trainer:
67
+ accelerator: gpu
68
+ devices: auto
69
+ precision: bf16-mixed
70
+ fallback: false
71
+ num_steps: -1
72
+ num_epochs: 2
73
+ val_check_interval: 1.0
74
+ check_val_every_n_epoch: 1
75
+ log_every_n_steps: 1
76
+ limit_val_batches: 1.0
77
+ num_sanity_val_steps: 0
78
+ accumulate_grad_batches: 8
79
+ strategy: auto
80
+ limit_train_batches: 16
81
+ regularization:
82
+ disable_all_dropout: false
83
+ causal_attn_rate: null
84
+ scores_add_rnd: null
85
+ output:
86
+ final_checkpoint_save_path: /app/training_runs/1780447915/final.nemo
87
+ log_dir: /app/training_runs/1780447915/logs
88
+ run_name: 6spk-debug-prepared-shar-valfix-1780447915
89
+ tracking:
90
+ enabled: true
91
+ project: sortformer-robustness
92
+ run_name: 6spk-debug-prepared-shar-valfix-1780447915
93
+ group: null
94
+ space_id: null
95
+ auto_log_gpu: true
96
+ gpu_log_interval: 10.0
97
+ console_log:
98
+ enabled: false
99
+ max_chars: 200000
100
+ every_n_train_steps: 0
101
+ val_der:
102
+ enabled: true
103
+ collar: 0.0
104
+ skip_overlap: false
105
+ threshold: 0.5
106
+ max_samples: null
107
+ checkpointing:
108
+ enabled: true
109
+ repo: arda-argmax/sortformer-finetuned
110
+ run_subdir: 6spk-debug-prepared-shar-valfix-1780447915
111
+ monitor: val_der
112
+ mode: min
113
+ private: true
114
+ local_dir: null
115
+ flush_timeout_sec: 1800