e4_result.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "timestamp": "2026-03-21T22:54:56.483010",
  3. "config": {
  4. "base_model_name": "llama3-8b",
  5. "instruct_model_name": "llama3-8b-instruct",
  6. "base_model_path": "model/weights/llama3-8b",
  7. "instruct_model_path": "model/weights/llama3-8b-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",
  15. "device": "cuda"
  16. },
  17. "instruction_r_eff": {
  18. "llama3-8b": 15.56032657623291,
  19. "llama3-8b-instruct": 15.560330390930176
  20. },
  21. "instruction_rs_cross": 3.637978807091713e-12,
  22. "general_r_eff": {
  23. "llama3-8b": 6.646492958068848,
  24. "llama3-8b-instruct": 6.647034168243408
  25. },
  26. "general_rs_cross": 7.32271132619644e-08,
  27. "stg": {
  28. "llama3-8b": 8.913833618164062,
  29. "llama3-8b-instruct": 8.913296222686768
  30. },
  31. "spd_instruction": 0.0001380876028280742,
  32. "spd_general": 0.0005487875328797909,
  33. "hypothesis_support": {
  34. "h1_spectrum_compression": {
  35. "supported": false,
  36. "interpretation": "假设未获支持"
  37. },
  38. "h2_domain_specialization": {
  39. "supported": false,
  40. "interpretation": "假设未获支持"
  41. },
  42. "overall": "部分支持"
  43. }
  44. }