Search

Tag: #lora7 results

🤖

Gemma-4 微調與部署的試煉

團隊微調與部署 Gemma-4 的經驗揭露關鍵問題:PEFT 與自訂層不相容、SFTTrainer 因 KV 共享靜默失敗、DeepSpeed 儲存空適配器,以及伺服工具缺乏即時 LoRA 支援。修復包括解包層、更新 transformers、避免 DeepSpeed,以及手動合併權重。

Reddit r/MachineLearningCommunityApr 18#fine-tuning#lora#deployment
英文轉神經程式編譯器發布

英文轉神經程式編譯器發布

ProgramasWeights 將英文函數描述編譯成 22MB LoRA 適配器和偽程式,透過 llama.cpp 在固定 Qwen 0.6B 解釋器上本地運行。由 4B LM 編譯器在 1000 萬合成範例上訓練。在 FuzzyBench 達 73.4%,媲美 32B 提示且成本低。

Reddit r/LocalLLaMACommunityApr 15#neural-programs#lora#fuzzy-functions
IBM Granite 4.0 3B 視覺 VLM

IBM Granite 4.0 3B 視覺 VLM

IBM 推出 Granite-4.0-3B-Vision,一款小型 VLM,用於企業文件提取,包括圖表轉 CSV/程式碼、複雜表格轉 JSON/HTML,以及語義 KVP。作為 Granite 4.0 Micro 的 LoRA 提供,支援文字/視覺雙用;與前版相容。

Reddit r/LocalLLaMACommunityMar 28#vlm#document-extraction#lora
mlx-tune:使用 MLX 在 Apple Silicon 上微調 LLM

mlx-tune:使用 MLX 在 Apple Silicon 上微調 LLM

mlx-tune 是一個用 Python 撰寫的程式庫,利用 Apple 的 MLX 框架在 Apple Silicon 上原生微調 LLM。它支援 SFT、DPO、ORPO、GRPO、KTO、SimPO 訓練器以及 VLM 微調(已測試 Qwen3.5),API 仿 Unsloth/TRL,便於跨平台使用。具備 LoRA/QLoRA、15 個模型家族的聊天模板,以及 8GB+ 統一 RAM 的 GGUF 匯出功能。

Reddit r/MachineLearningCommunityMar 17#fine-tuning#lora#apple-macos
LoRA Enables Modular Chemistry Prediction

LoRA Enables Modular Chemistry Prediction

Evaluates LoRA for parameter-efficient fine-tuning of LLMs on organic reaction datasets like USPTO and C-H functionalisation. Matches full fine-tuning accuracy while preserving multi-task performance and mitigating forgetting. Reveals distinct reactivity patterns for better adaptation.

ArXiv AIResearchFeb 12#research#lora#v1