aifeifei798 commited on
Commit
ed7e796
·
verified ·
1 Parent(s): 7c3bbd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -454,4 +454,24 @@ print("\n✅ 步骤 5/5: 微调完成...")
454
  model.save_pretrained(final_model_path)
455
  tokenizer.save_pretrained(final_model_path)
456
  print(f"🎉 “负重训练”版 LoRA 模型已保存到 '{final_model_path}' 文件夹。")
457
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
454
  model.save_pretrained(final_model_path)
455
  tokenizer.save_pretrained(final_model_path)
456
  print(f"🎉 “负重训练”版 LoRA 模型已保存到 '{final_model_path}' 文件夹。")
457
+ ```
458
+
459
+ ---
460
+
461
+ ## 🔮 Limitations & The Frontier (局限与未竟之地)
462
+
463
+ > "We have lit the spark. The bonfire is yours to build."
464
+ > (我们擦亮了火花,篝火由你们来点燃。)
465
+
466
+ Due to hardware constraints (single RTX 5090 constraints), our verification is strictly limited to the **<30B parameter scale** and **Text-Modality only**.
467
+
468
+ However, the **Fragmented Training** theory suggests vastly greater potential that we cannot physically explore:
469
+
470
+ 1. **The 70B+ Frontier:** Does "Cognitive Burden" scale? We hypothesize that larger models with deeper layers will develop even more complex "Multi-Core" reasoning structures when subjected to FT.
471
+ 2. **Project Chimera (Video/Image):** The logic of "Dimensional Burden" (as seen in our Z-Image experiment) suggests that this paradigm could solve the "spatial consistency" problem in Video Generation (e.g., Sora, Hunyuan). We invite researchers with H100 clusters to test this.
472
+
473
+ **We provide the methodology and the proof. The rest of the map is blank.**
474
+ (我们提供了方法论和证据。地图的其余部分,是空白的。)
475
+
476
+ ---
477
+ *Verified by aifeifei798 & Gemini, Jan 2026.*