fix: harden AI Studio JSONL upload checks - #16
Open
YOIMIYA66 wants to merge 1 commit into
Open
Conversation
YOIMIYA66
marked this pull request as ready for review
May 20, 2026 14:41
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
This PR turns the MedRecord-CN ERNIE SFT run findings into reusable safeguards for the
cli-trainerskill.--upload-plain-filefallback that writes JSON/JSONL training files through the AI Studio Git contents API.gitattributesJSON/JSONL LFS rules before uploading plain training files--verify-upload --strict-lfsdetect Git LFS pointer text, not only theis_lfsfieldtrainDataFiles 指定的文件不存在learning_rate:log lines so artifact export can produce LR chartsWhy
During the MedRecord-CN full SFT run, the SDK/CLI upload path could leave a JSONL file as an LFS pointer or make the training mount fail even when the Git API could see the file. The reliable path was to remove JSON/JSONL LFS rules, upload the actual JSONL content as a plain file, verify pointer content and size, then submit with a short root filename such as
train.jsonl.Validation
python -m py_compile scripts/train.pypython scripts/train.py --helplearning_ratemetric parsinggit diff --check HEAD~1 HEAD