Helloworld628 commited on
Commit
21b68ef
·
verified ·
1 Parent(s): a6b94c1

checkpoint step 3000 epoch 1

Browse files
0507_2334_checkpoint_step_3000_epoch_1/config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1,
3
+ "global_step": 3000,
4
+ "loss": 0.3146200478076935,
5
+ "training_config": {
6
+ "llm_backbone": "dasheng",
7
+ "qwen3_name": "Qwen/Qwen3-Embedding-0.6B",
8
+ "dasheng_name": "mispeech/midashenglm-7b-0804-fp32",
9
+ "dasheng_path": "/workspace/cache/huggingface/dasheng_lm",
10
+ "trainable_modules": [
11
+ "backbone",
12
+ "dasheng_down",
13
+ "dasheng_proj",
14
+ "siglip_head"
15
+ ],
16
+ "use_lora": true,
17
+ "lora_r": 16,
18
+ "lora_alpha": 32,
19
+ "lora_dropout": 0.05,
20
+ "lora_target_modules": [
21
+ "q_proj",
22
+ "k_proj",
23
+ "v_proj"
24
+ ],
25
+ "use_dasheng_lora": false,
26
+ "dasheng_lora_r": 8,
27
+ "dasheng_lora_alpha": 16,
28
+ "dasheng_lora_dropout": 0.1,
29
+ "dasheng_lora_target_modules": null,
30
+ "train_layer_ratio": 1.0,
31
+ "train_layer_strategy": "last_n",
32
+ "output_dim": null,
33
+ "output_identity": false,
34
+ "use_logit_scale": true,
35
+ "loss_type": "infonce",
36
+ "use_checkpointing": true,
37
+ "checkpoint_reentrant": false,
38
+ "gather_negatives": true,
39
+ "use_loss_mask": true,
40
+ "duplicate_doc_threshold": 0.999,
41
+ "duplicate_query_threshold": 0.999,
42
+ "hard_negative_margin": 0.1,
43
+ "add_speaker_mask": false,
44
+ "s3_base_path": "https://d2j287p0ytux1o.cloudfront.net",
45
+ "dataset_config": "/workspace/SpeechRAG_exp/config/config_dataset/setting_audio_train_new_stage1.json",
46
+ "aws_profile": "test_user",
47
+ "cache_dir": "/workspace/cache/huggingface",
48
+ "enable_audio_cache": false,
49
+ "audio_cache_dir": null,
50
+ "target_sr": 16000,
51
+ "mono": true,
52
+ "max_query_audio_length": 15.0,
53
+ "max_doc_audio_length": 15.0,
54
+ "max_query_text_length": 1000,
55
+ "max_doc_text_length": 1000,
56
+ "eval_max_query_audio_length": null,
57
+ "eval_max_doc_audio_length": null,
58
+ "eval_max_query_text_length": null,
59
+ "eval_max_doc_text_length": null,
60
+ "batch_size": 128,
61
+ "num_epochs": 10,
62
+ "learning_rate": 0.0001,
63
+ "gradient_accumulation_steps": 2,
64
+ "use_grad_cache": true,
65
+ "gc_query_chunk_size": 16,
66
+ "gc_doc_chunk_size": 16,
67
+ "gc_no_sync_except_last": true,
68
+ "ddp_find_unused_parameters": false,
69
+ "weight_decay": 0.001,
70
+ "optimizer_bits": "default",
71
+ "num_workers": 32,
72
+ "pin_memory": false,
73
+ "persistent_workers": false,
74
+ "prefetch_factor": null,
75
+ "train_batch_task_mode": "single_task",
76
+ "task_batch_ratio": "{\"audio\": 1.0}",
77
+ "save_dir": "checkpoints",
78
+ "save_steps": 1000,
79
+ "keep_checkpoints": 1,
80
+ "upload_steps": 1000,
81
+ "upload_repo_id": "Helloworld628/ARAG_embedding_checkpoint",
82
+ "log_dir": "logs",
83
+ "log_steps": 5,
84
+ "mixed_precision": "bf16",
85
+ "use_deepspeed": false,
86
+ "deepspeed_config": null,
87
+ "use_fsdp": false,
88
+ "fsdp_config": null,
89
+ "use_ema": false,
90
+ "ema_decay": 0.9999,
91
+ "ema_update_after": 0,
92
+ "ema_update_every": 1,
93
+ "scheduler_type": "warmup_cosine_decay",
94
+ "warmup_steps": 500,
95
+ "warmup_ratio": 0.1,
96
+ "min_lr": 1e-05,
97
+ "eval_steps": 1000,
98
+ "eval_batch_size": 32,
99
+ "resume_from": null,
100
+ "test_mode": false,
101
+ "mock_dataset_size": 100
102
+ }
103
+ }
0507_2334_checkpoint_step_3000_epoch_1/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c1484c690c3923620e3fa2f717932216935bc8741732a46b36b371ef5e12de
3
+ size 31026342367
0507_2334_checkpoint_step_3000_epoch_1/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c87329dd728c7decad484011ab0dc90ec382876e5a8a028483b714125c6915
3
+ size 444306571
0507_2334_checkpoint_step_3000_epoch_1/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c7c64eb1e7840629c17c7fd4d3029ed161efc360e74d2f7a080d89f5d9fae39
3
+ size 1401