docs: update fine-tuning guide to reflect actual tested workflow#243
Merged
Ravenyjh merged 4 commits into0gfoundation:mainfrom Feb 13, 2026
Merged
Conversation
… usage guide - Add detailed dataset format examples (instruction/input/output, chat messages, simple text) - Add dataset preparation guidelines - Add direct TEE upload option (--dataset-path) as alternative to 0G Storage - Add comprehensive "Using the Fine-tuned Model" section: - How to download base model (HuggingFace or 0G Storage) - How to load LoRA adapter with base model - How to run inference with fine-tuned model - How to merge and save full model locally - Add Python package requirements table Co-authored-by: Cursor <cursoragent@cursor.com>
|
Someone is attempting to deploy a commit to the 0g-Frontend Team on Vercel. A member of the Team first needs to authorize it. |
Ravenyjh
reviewed
Feb 9, 2026
docs/developer-hub/building-on-0g/compute-network/fine-tuning.md
Outdated
Show resolved
Hide resolved
0G Storage is not part of the current fine-tuning flow. Removed: - Upload to 0G Storage option (Option A) - Calculate Dataset Size section - 0G Storage-based task creation (--dataset, --data-size) - Download base model from 0G Storage (Option B) - Download Data command from Other Commands - Updated descriptions to reflect TEE-based direct upload flow Co-authored-by: Cursor <cursoragent@cursor.com>
Key changes based on end-to-end testing with Qwen2.5-0.5B and Qwen3-32B: - Add --service fine-tuning to transfer-fund (prevents MinimumDepositRequired) - Restore Upload Dataset section with 0G Storage upload flow - Document both --dataset (hash) and --dataset-path (file) for create-task - Update fee description: auto-calculated by token count, not byte count - Add Qwen2.5-0.5B-Instruct and Qwen3-32B to model list - Add model name format warning (no Qwen/ prefix) - Add training config example with JSON tips - Fix status descriptions (Delivering = encrypting + uploading to 0G Storage) - Add settlement wait note before decrypt (~1 min after acknowledge) - Add --data-path directory tip for acknowledge-model - Remove base model 0G Storage download option (addresses reviewer comment) - Add troubleshooting for common errors (MinimumDepositRequired, settlement timing, JSON parsing) - Keep LoRA usage guide from original PR Co-authored-by: Cursor <cursoragent@cursor.com>
8390dd9 to
dfeb170
Compare
Ravenyjh
previously approved these changes
Feb 12, 2026
dfeb170 to
f2b9db8
Compare
f2b9db8 to
004b980
Compare
Ravenyjh
previously approved these changes
Feb 12, 2026
004b980 to
52908cd
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
52908cd to
350f04b
Compare
Ravenyjh
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the fine-tuning documentation based on end-to-end testing with Qwen2.5-0.5B-Instruct and Qwen3-32B on testnet. Every step in this guide has been verified through actual successful test runs.
Changes
Critical Fixes
--service fine-tuningparameter--datasetand--dataset-pathoptionsNew Content
Qwen/prefix)Corrections
Test Verification