lxxx0304 commited on
Commit
7faa842
·
verified ·
1 Parent(s): 2ecd063

Delete lora/logs/mental_health_0.6B_supervised_loss.json with huggingface_hub

Browse files
lora/logs/mental_health_0.6B_supervised_loss.json DELETED
@@ -1,55 +0,0 @@
1
- {
2
- "model": "Qwen3-Embedding-0.6B",
3
- "dataset": "mental_health",
4
- "mode": "supervised",
5
- "training_type": "LoRA fine-tuning (Supervised Contrastive Learning)",
6
- "timestamp": "2025-12-23",
7
- "config": {
8
- "batch_size": 8,
9
- "max_length": 512,
10
- "epochs": 3,
11
- "total_samples": 1023524,
12
- "total_steps_per_epoch": 127941,
13
- "total_steps": 383823,
14
- "learning_rate": "2e-5",
15
- "lora_r": 16,
16
- "lora_alpha": 32
17
- },
18
- "results": {
19
- "final_loss": 0.5738,
20
- "final_accuracy": 0.8292,
21
- "total_training_time": "6h 22m 19s",
22
- "speed": "5.5-6.5 it/s"
23
- },
24
- "epoch_summary": [
25
- {
26
- "epoch": 1,
27
- "steps": 127941,
28
- "loss": 0.7546,
29
- "accuracy": 0.7762,
30
- "time": "25861.5s"
31
- },
32
- {
33
- "epoch": 2,
34
- "steps": 127941,
35
- "loss": 0.6224,
36
- "accuracy": 0.8161,
37
- "time": "26074.6s"
38
- },
39
- {
40
- "epoch": 3,
41
- "steps": 127941,
42
- "loss": 0.5738,
43
- "accuracy": 0.8292,
44
- "time": "22939.6s"
45
- }
46
- ],
47
- "loss_samples_epoch3_end": [
48
- 0.371, 0.489, 0.938, 0.339, 0.295, 0.239, 0.252, 0.0106, 0.978, 0.294,
49
- 0.829, 0.598, 0.137, 1.18, 0.56, 2.24, 2.03, 1.7, 0.464, 0.557,
50
- 0.393, 0.226, 1.17, 1.18, 0.004, 0.536, 0.0518, 0.0785, 0.278, 0.119,
51
- 0.522, 0.355, 0.235, 1.3, 0.526, 0.607, 1.05, 0.116, 0.654, 1.07
52
- ],
53
- "checkpoint_path": "/root/autodl-tmp/embedding/checkpoints/mental_health/embedding_supervised_20251223_134305",
54
- "output_embeddings": "/root/autodl-tmp/embedding/outputs/supervised/mental_health_supervised_embeddings.npy"
55
- }