e4_result.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "timestamp": "2026-03-22T12:54:25.895468",
  3. "config": {
  4. "base_model_name": "Qwen2.5-7B-Base",
  5. "instruct_model_name": "Qwen2.5-7B-Instruct",
  6. "base_model_path": "model/weights/Qwen2.5-7B-Base",
  7. "instruct_model_path": "model/weights/Qwen2.5-7B-Instruct",
  8. "instruction_dataset": "alpaca",
  9. "general_dataset": "flores200",
  10. "batch_size": 4,
  11. "max_length": 512,
  12. "pooling": "mean",
  13. "sample_size": 200,
  14. "output_dir": "experiments/output/e4_qwen",
  15. "device": "cuda"
  16. },
  17. "instruction_r_eff": {
  18. "Qwen2.5-7B-Base": 3.0146090984344482,
  19. "Qwen2.5-7B-Instruct": 12.141366004943848
  20. },
  21. "instruction_rs_cross": 20.824422907629256,
  22. "general_r_eff": {
  23. "Qwen2.5-7B-Base": 3.37219500541687,
  24. "Qwen2.5-7B-Instruct": 4.030577182769775
  25. },
  26. "general_rs_cross": 0.1083667728639881,
  27. "stg": {
  28. "Qwen2.5-7B-Base": 0.3575859069824219,
  29. "Qwen2.5-7B-Instruct": 8.110788822174072
  30. },
  31. "spd_instruction": 8.259254333891295,
  32. "spd_general": 0.508147938279496,
  33. "hypothesis_support": {
  34. "h1_spectrum_compression": {
  35. "supported": false,
  36. "interpretation": "假设未获支持"
  37. },
  38. "h2_domain_specialization": {
  39. "supported": true,
  40. "interpretation": "Instruct 版域专一化程度更高"
  41. },
  42. "overall": "部分支持"
  43. }
  44. }