| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "timestamp": "2026-03-21T22:54:56.483010",
- "config": {
- "base_model_name": "llama3-8b",
- "instruct_model_name": "llama3-8b-instruct",
- "base_model_path": "model/weights/llama3-8b",
- "instruct_model_path": "model/weights/llama3-8b-instruct",
- "instruction_dataset": "alpaca",
- "general_dataset": "flores200",
- "batch_size": 4,
- "max_length": 512,
- "pooling": "mean",
- "sample_size": 200,
- "output_dir": "experiments/output/e4",
- "device": "cuda"
- },
- "instruction_r_eff": {
- "llama3-8b": 15.56032657623291,
- "llama3-8b-instruct": 15.560330390930176
- },
- "instruction_rs_cross": 3.637978807091713e-12,
- "general_r_eff": {
- "llama3-8b": 6.646492958068848,
- "llama3-8b-instruct": 6.647034168243408
- },
- "general_rs_cross": 7.32271132619644e-08,
- "stg": {
- "llama3-8b": 8.913833618164062,
- "llama3-8b-instruct": 8.913296222686768
- },
- "spd_instruction": 0.0001380876028280742,
- "spd_general": 0.0005487875328797909,
- "hypothesis_support": {
- "h1_spectrum_compression": {
- "supported": false,
- "interpretation": "假设未获支持"
- },
- "h2_domain_specialization": {
- "supported": false,
- "interpretation": "假设未获支持"
- },
- "overall": "部分支持"
- }
- }
|