e4_result.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "timestamp": "2026-03-22T12:56:17.473055",
  3. "config": {
  4. "base_model_name": "Mistral-7B-v0.3",
  5. "instruct_model_name": "Mistral-7B-Instruct-v0.3",
  6. "base_model_path": "model/weights/Mistral-7B-v0.3",
  7. "instruct_model_path": "model/weights/Mistral-7B-Instruct-v0.3",
  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_mistral",
  15. "device": "cuda"
  16. },
  17. "instruction_r_eff": {
  18. "Mistral-7B-v0.3": 16.794479370117188,
  19. "Mistral-7B-Instruct-v0.3": 27.693296432495117
  20. },
  21. "instruction_rs_cross": 29.69605333979507,
  22. "general_r_eff": {
  23. "Mistral-7B-v0.3": 6.034575939178467,
  24. "Mistral-7B-Instruct-v0.3": 6.52991247177124
  25. },
  26. "general_rs_cross": 0.061339570130257925,
  27. "stg": {
  28. "Mistral-7B-v0.3": 10.75990343093872,
  29. "Mistral-7B-Instruct-v0.3": 21.163383960723877
  30. },
  31. "spd_instruction": 5.833172379263692,
  32. "spd_general": 0.45334299993348237,
  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. }