fedikallel commited on
Commit
49eacca
·
verified ·
1 Parent(s): 558bdb6

Uploading results from cluster

Browse files
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ eval/asvspoof19_eval/eval_test_epoch_best.json filter=lfs diff=lfs merge=lfs -text
37
+ eval/asvspoof19_eval/eval_test_epoch_best_incremental.jsonl filter=lfs diff=lfs merge=lfs -text
38
+ eval/itw/eval_test_epoch_best.json filter=lfs diff=lfs merge=lfs -text
39
+ eval/itw/eval_test_epoch_best_incremental.jsonl filter=lfs diff=lfs merge=lfs -text
40
+ eval/mlaad_en/eval_test_epoch_best.json filter=lfs diff=lfs merge=lfs -text
41
+ eval/mlaad_en/eval_test_epoch_best_incremental.jsonl filter=lfs diff=lfs merge=lfs -text
eval/asvspoof19_eval/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "llm_path": "/netscratch/fkallel/models/Qwen3.5-4B/",
4
+ "llm_type": "qwen3.5",
5
+ "audio_encoder_path": "/ds-slt/audio_weights/xlsr2_300m.pt",
6
+ "audio_encoder_type": "wav2vec2",
7
+ "audio_encoder_source": "fairseq",
8
+ "freeze_audio_encoder": false,
9
+ "lora": false,
10
+ "lora_rank": 64,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.05,
13
+ "special_tokens": []
14
+ },
15
+ "data": {
16
+ "train_path": [
17
+ "data/my_hir_sdd_binary_train_unique_2.json",
18
+ "data/asvspoof19_train.json"
19
+ ],
20
+ "val_path": [
21
+ "data/my_hir_sdd_binary_val_unique_2.json",
22
+ "data/asvspoof19_dev.json"
23
+ ],
24
+ "test_path": "data/my_hir_sdd_binary_test_unique_2.json",
25
+ "prompt_path": "prompts/train_prompt.json"
26
+ },
27
+ "train": {
28
+ "batch_size": 4,
29
+ "epochs": 5,
30
+ "lr": "1e-4",
31
+ "lr_adapter": "1e-5",
32
+ "lr_audio": "1e-6",
33
+ "lr_lora": "1e-5",
34
+ "num_workers": 4,
35
+ "seed": 240,
36
+ "grad_accum_steps": 1
37
+ },
38
+ "output_dir": "output_v6/qwen3.5_4B_no_lora_240_myhir_asvspoof19"
39
+ }
eval/asvspoof19_eval/eval_test_epoch_best.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c66c86b0b7ec81f491f166ab2bd18cc899a2e47c5e9047bc013b9d481441bb96
3
+ size 35761008
eval/asvspoof19_eval/eval_test_epoch_best_incremental.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04beaf60ee22fd1bb4a859625263c498259ec86bc5d264c894706d0e6b9ef3f0
3
+ size 32484104
eval/asvspoof19_eval/test.log ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 08/04/2026 18:32:03 - INFO - Device: cuda
2
+ 08/04/2026 18:32:03 - INFO - Loading qwen3.5 Tokenizer & Model from /netscratch/fkallel/models/Qwen3.5-4B/
3
+ 08/04/2026 18:32:04 - INFO - Creating wav2vec2 encoder from /ds-slt/audio_weights/xlsr2_300m.pt
4
+ 08/04/2026 18:32:05 - INFO - Please install tensorboardX: pip install tensorboardX
5
+ 08/04/2026 18:32:13 - INFO - Loading full checkpoint from output_v6/qwen3.5_4B_no_lora_240/checkpoint_best.pt
6
+ 08/04/2026 18:56:45 - INFO - Device: cuda
7
+ 08/04/2026 18:56:45 - INFO - Loading qwen3.5 Tokenizer & Model from /netscratch/fkallel/models/Qwen3.5-4B/
8
+ 08/04/2026 18:56:46 - INFO - Creating wav2vec2 encoder from /ds-slt/audio_weights/xlsr2_300m.pt
9
+ 08/04/2026 18:56:47 - INFO - Please install tensorboardX: pip install tensorboardX
10
+ 08/04/2026 18:56:54 - INFO - Loading full checkpoint from output_v6/qwen3.5_4B_no_lora_240/checkpoint_best.pt
11
+ 08/04/2026 20:46:10 - INFO - Evaluation metrics: {
12
+ "loss": 0.2941332906781157,
13
+ "accuracy": 0.8955318163314008,
14
+ "balanced_accuracy": 0.5079210839342618,
15
+ "precision": 0.38337801608579086,
16
+ "recall": 0.019442556084296396,
17
+ "f1": 0.03700828157349896,
18
+ "precision_negative": 0.8982275908783021,
19
+ "recall_negative": 0.9963996117842272,
20
+ "f1_negative": 0.944770160153177,
21
+ "macro_f1": 0.490889220863338,
22
+ "tp": 143,
23
+ "tn": 63652,
24
+ "fp": 230,
25
+ "fn": 7212,
26
+ "total_samples": 71237
27
+ }
28
+ 08/04/2026 21:15:23 - INFO - Evaluation metrics: {
29
+ "loss": 0.29413409428935977,
30
+ "accuracy": 0.8955177786824262,
31
+ "balanced_accuracy": 0.507853102968932,
32
+ "precision": 0.3817204301075269,
33
+ "recall": 0.01930659415363698,
34
+ "f1": 0.03675423838488417,
35
+ "precision_negative": 0.8982149156847526,
36
+ "recall_negative": 0.9963996117842272,
37
+ "f1_negative": 0.9447631487157413,
38
+ "macro_f1": 0.4907586935503127,
39
+ "tp": 142,
40
+ "tn": 63652,
41
+ "fp": 230,
42
+ "fn": 7213,
43
+ "total_samples": 71237
44
+ }
eval/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "llm_path": "/netscratch/fkallel/models/Qwen3.5-4B/",
4
+ "llm_type": "qwen3.5",
5
+ "audio_encoder_path": "/ds-slt/audio_weights/xlsr2_300m.pt",
6
+ "audio_encoder_type": "wav2vec2",
7
+ "audio_encoder_source": "fairseq",
8
+ "freeze_audio_encoder": false,
9
+ "lora": false,
10
+ "lora_rank": 64,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.05,
13
+ "special_tokens": []
14
+ },
15
+ "data": {
16
+ "train_path": "data/my_hir_sdd_binary_train_unique_2.json",
17
+ "val_path": "data/my_hir_sdd_binary_val_unique_2.json",
18
+ "test_path": "data/my_hir_sdd_binary_test_unique_2.json",
19
+ "prompt_path": "prompts/train_prompt.json"
20
+ },
21
+ "train": {
22
+ "batch_size": 4,
23
+ "epochs": 5,
24
+ "lr": "1e-4",
25
+ "lr_adapter": "1e-5",
26
+ "lr_audio": "1e-6",
27
+ "lr_lora": "1e-5",
28
+ "num_workers": 4,
29
+ "seed": 240,
30
+ "grad_accum_steps": 1
31
+ },
32
+ "output_dir": "output_v6/qwen3.5_4B_no_lora_240"
33
+ }
eval/eval_test_epoch_best.json ADDED
The diff for this file is too large to render. See raw diff
 
eval/eval_test_epoch_best_incremental.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
eval/itw/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "llm_path": "/netscratch/fkallel/models/Qwen3.5-4B/",
4
+ "llm_type": "qwen3.5",
5
+ "audio_encoder_path": "/ds-slt/audio_weights/xlsr2_300m.pt",
6
+ "audio_encoder_type": "wav2vec2",
7
+ "audio_encoder_source": "fairseq",
8
+ "freeze_audio_encoder": false,
9
+ "lora": false,
10
+ "lora_rank": 64,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.05,
13
+ "special_tokens": []
14
+ },
15
+ "data": {
16
+ "train_path": "data/asvspoof19_train.json",
17
+ "val_path": "data/asvspoof19_dev.json",
18
+ "test_path": "data/my_hir_sdd_binary_test_unique_2.json",
19
+ "prompt_path": "prompts/train_prompt.json"
20
+ },
21
+ "train": {
22
+ "batch_size": 4,
23
+ "epochs": 5,
24
+ "lr": "1e-4",
25
+ "lr_adapter": "1e-5",
26
+ "lr_audio": "1e-6",
27
+ "lr_lora": "1e-5",
28
+ "num_workers": 4,
29
+ "seed": 240,
30
+ "grad_accum_steps": 1
31
+ },
32
+ "output_dir": "output_v6/qwen3.5_4B_no_lora_240_myhir_asvspoof19"
33
+ }
eval/itw/eval_test_epoch_best.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aec1823c4f3e13db9699406424dddbc54ad58ed18d862e994ba4c9910be8cacc
3
+ size 14469006
eval/itw/eval_test_epoch_best_incremental.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7eaffb67cffda15d31b1df8eb91e44b369ac459482b14e08f608b0cf47475a4
3
+ size 13007170
eval/itw/test.log ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 08/04/2026 17:27:26 - INFO - Device: cuda
2
+ 08/04/2026 17:27:26 - INFO - Loading qwen3.5 Tokenizer & Model from /netscratch/fkallel/models/Qwen3.5-4B/
3
+ 08/04/2026 17:27:27 - INFO - Creating wav2vec2 encoder from /ds-slt/audio_weights/xlsr2_300m.pt
4
+ 08/04/2026 17:27:28 - INFO - Please install tensorboardX: pip install tensorboardX
5
+ 08/04/2026 17:27:35 - INFO - Loading full checkpoint from output_v6/qwen3.5_4B_no_lora_240/checkpoint_best.pt
6
+ 08/04/2026 17:49:25 - INFO - Device: cuda
7
+ 08/04/2026 17:49:25 - INFO - Loading qwen3.5 Tokenizer & Model from /netscratch/fkallel/models/Qwen3.5-4B/
8
+ 08/04/2026 17:49:26 - INFO - Creating wav2vec2 encoder from /ds-slt/audio_weights/xlsr2_300m.pt
9
+ 08/04/2026 17:49:27 - INFO - Please install tensorboardX: pip install tensorboardX
10
+ 08/04/2026 17:49:35 - INFO - Loading full checkpoint from output_v6/qwen3.5_4B_no_lora_240/checkpoint_best.pt
11
+ 08/04/2026 18:31:58 - INFO - Evaluation metrics: {
12
+ "loss": 0.9986640888436654,
13
+ "accuracy": 0.5610938040844583,
14
+ "balanced_accuracy": 0.643866926071187,
15
+ "precision": 0.9422143802382003,
16
+ "recall": 0.3209938386014126,
17
+ "f1": 0.4788521895082948,
18
+ "precision_negative": 0.45732244375050046,
19
+ "recall_negative": 0.9667400135409614,
20
+ "f1_negative": 0.6209164537696364,
21
+ "macro_f1": 0.5498843216389656,
22
+ "tp": 6408,
23
+ "tn": 11423,
24
+ "fp": 393,
25
+ "fn": 13555,
26
+ "total_samples": 31779
27
+ }
28
+ 08/04/2026 18:56:40 - INFO - Evaluation metrics: {
29
+ "loss": 0.9986674823490951,
30
+ "accuracy": 0.5612196733692061,
31
+ "balanced_accuracy": 0.6439671114140714,
32
+ "precision": 0.9422483468038207,
33
+ "recall": 0.3211942092871813,
34
+ "f1": 0.4790794979079498,
35
+ "precision_negative": 0.45739569151917997,
36
+ "recall_negative": 0.9667400135409614,
37
+ "f1_negative": 0.6209839630334331,
38
+ "macro_f1": 0.5500317304706914,
39
+ "tp": 6412,
40
+ "tn": 11423,
41
+ "fp": 393,
42
+ "fn": 13551,
43
+ "total_samples": 31779
44
+ }
eval/mlaad_en/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "llm_path": "/netscratch/fkallel/models/Qwen3.5-4B/",
4
+ "llm_type": "qwen3.5",
5
+ "audio_encoder_path": "/ds-slt/audio_weights/xlsr2_300m.pt",
6
+ "audio_encoder_type": "wav2vec2",
7
+ "audio_encoder_source": "fairseq",
8
+ "freeze_audio_encoder": false,
9
+ "lora": false,
10
+ "lora_rank": 64,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.05,
13
+ "special_tokens": []
14
+ },
15
+ "data": {
16
+ "train_path": [
17
+ "data/my_hir_sdd_binary_train_unique_2.json",
18
+ "data/asvspoof19_train.json"
19
+ ],
20
+ "val_path": [
21
+ "data/my_hir_sdd_binary_val_unique_2.json",
22
+ "data/asvspoof19_dev.json"
23
+ ],
24
+ "test_path": "data/my_hir_sdd_binary_test_unique_2.json",
25
+ "prompt_path": "prompts/train_prompt.json"
26
+ },
27
+ "train": {
28
+ "batch_size": 4,
29
+ "epochs": 5,
30
+ "lr": "1e-4",
31
+ "lr_adapter": "1e-5",
32
+ "lr_audio": "1e-6",
33
+ "lr_lora": "1e-5",
34
+ "num_workers": 4,
35
+ "seed": 240,
36
+ "grad_accum_steps": 1
37
+ },
38
+ "output_dir": "output_v6/qwen3.5_4B_no_lora_240_myhir_asvspoof19"
39
+ }
eval/mlaad_en/eval_test_epoch_best.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0dd4513f140ab7f1534ef36c366fa851a098eb63eb9eb2e42122bebef324e81
3
+ size 22549888
eval/mlaad_en/eval_test_epoch_best_incremental.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2fa97a0629f5f9e6895ffb03ea98e648e19780b3eab695f45dedd22845b0e0
3
+ size 20801886
eval/mlaad_en/test.log ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 08/04/2026 20:46:15 - INFO - Device: cuda
2
+ 08/04/2026 20:46:15 - INFO - Loading qwen3.5 Tokenizer & Model from /netscratch/fkallel/models/Qwen3.5-4B/
3
+ 08/04/2026 20:46:16 - INFO - Creating wav2vec2 encoder from /ds-slt/audio_weights/xlsr2_300m.pt
4
+ 08/04/2026 20:46:17 - INFO - Please install tensorboardX: pip install tensorboardX
5
+ 08/04/2026 20:46:25 - INFO - Loading full checkpoint from output_v6/qwen3.5_4B_no_lora_240/checkpoint_best.pt
6
+ 08/04/2026 21:15:28 - INFO - Device: cuda
7
+ 08/04/2026 21:15:28 - INFO - Loading qwen3.5 Tokenizer & Model from /netscratch/fkallel/models/Qwen3.5-4B/
8
+ 08/04/2026 21:15:29 - INFO - Creating wav2vec2 encoder from /ds-slt/audio_weights/xlsr2_300m.pt
9
+ 08/04/2026 21:15:30 - INFO - Please install tensorboardX: pip install tensorboardX
10
+ 08/04/2026 21:15:38 - INFO - Loading full checkpoint from output_v6/qwen3.5_4B_no_lora_240/checkpoint_best.pt
11
+ 08/04/2026 22:05:43 - INFO - Evaluation metrics: {
12
+ "loss": 0.01016120363089086,
13
+ "accuracy": 0.9944736842105263,
14
+ "balanced_accuracy": 0.9944736842105263,
15
+ "precision": 0.9969321908388872,
16
+ "recall": 0.992,
17
+ "f1": 0.9944599799504037,
18
+ "precision_negative": 0.9920393840997171,
19
+ "recall_negative": 0.9969473684210526,
20
+ "f1_negative": 0.9944873208379271,
21
+ "macro_f1": 0.9944736503941654,
22
+ "tp": 18848,
23
+ "tn": 18942,
24
+ "fp": 58,
25
+ "fn": 152,
26
+ "total_samples": 38000
27
+ }
28
+ 08/04/2026 22:39:48 - INFO - Evaluation metrics: {
29
+ "loss": 0.01016135814392328,
30
+ "accuracy": 0.9944473684210526,
31
+ "balanced_accuracy": 0.9944473684210526,
32
+ "precision": 0.996932028563872,
33
+ "recall": 0.9919473684210526,
34
+ "f1": 0.9944334520511805,
35
+ "precision_negative": 0.991987431264729,
36
+ "recall_negative": 0.9969473684210526,
37
+ "f1_negative": 0.9944612153825961,
38
+ "macro_f1": 0.9944473337168883,
39
+ "tp": 18847,
40
+ "tn": 18942,
41
+ "fp": 58,
42
+ "fn": 153,
43
+ "total_samples": 38000
44
+ }
eval/test.log ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 08/04/2026 15:53:35 - INFO - Device: cuda
2
+ 08/04/2026 15:53:35 - INFO - Loading qwen3.5 Tokenizer & Model from /netscratch/fkallel/models/Qwen3.5-4B/
3
+ 08/04/2026 15:53:36 - INFO - Creating wav2vec2 encoder from /ds-slt/audio_weights/xlsr2_300m.pt
4
+ 08/04/2026 15:53:37 - INFO - Please install tensorboardX: pip install tensorboardX
5
+ 08/04/2026 15:53:44 - INFO - Loading full checkpoint from output_v6/qwen3.5_4B_no_lora_240/checkpoint_best.pt
6
+ 08/04/2026 16:13:17 - INFO - Evaluation metrics: {
7
+ "loss": 0.1341296887972373,
8
+ "accuracy": 0.9518874907475944,
9
+ "balanced_accuracy": 0.9531213155094851,
10
+ "precision": 0.9231570179092045,
11
+ "recall": 0.9809692409825183,
12
+ "f1": 0.9511854951185496,
13
+ "macro_f1" : 0.951877539,
14
+ "tp": 4433,
15
+ "tn": 4569,
16
+ "fp": 369,
17
+ "fn": 86,
18
+ "total_samples": 9457
19
+ }