lxxx0304 commited on
Commit
b655dc3
·
verified ·
1 Parent(s): dd89fe1

Delete lora/logs/mental_health_4B_supervised_loss.json with huggingface_hub

Browse files
lora/logs/mental_health_4B_supervised_loss.json DELETED
@@ -1,47 +0,0 @@
1
- {
2
- "model": "Qwen3-Embedding-4B",
3
- "dataset": "mental_health",
4
- "mode": "supervised",
5
- "training_type": "LoRA fine-tuning (MLP + Cross-Entropy)",
6
- "timestamp": "2026-02-05",
7
- "config": {
8
- "batch_size": 4,
9
- "max_length": 256,
10
- "epochs": 3,
11
- "total_samples": 1023524,
12
- "total_steps_per_epoch": 255881,
13
- "total_steps": 767643,
14
- "learning_rate": "2e-5",
15
- "classifier_lr": "1e-3",
16
- "lora_r": 8,
17
- "lora_alpha": 16,
18
- "gradient_accumulation_steps": 4
19
- },
20
- "results": {
21
- "final_loss": 0.5624,
22
- "final_accuracy": 0.8400,
23
- "total_training_time": "150538.9s (约41.8小时)"
24
- },
25
- "epoch_summary": [
26
- {
27
- "epoch": 1,
28
- "loss": 0.6594,
29
- "accuracy": 0.8020,
30
- "time": "49012.8s"
31
- },
32
- {
33
- "epoch": 2,
34
- "loss": 0.6012,
35
- "accuracy": 0.8287,
36
- "time": "52143.9s"
37
- },
38
- {
39
- "epoch": 3,
40
- "loss": 0.5624,
41
- "accuracy": 0.8400,
42
- "time": "49382.2s"
43
- }
44
- ],
45
- "checkpoint_path": "/root/autodl-tmp/embedding/checkpoints/mental_health/embedding_supervised_20260203_200436",
46
- "output_embeddings": "/root/autodl-tmp/embedding/outputs_4B/supervised/mental_health_supervised_embeddings.npy"
47
- }