-
Notifications
You must be signed in to change notification settings - Fork 3
Fix finetuning methods #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
4a994ff
fix(sft): replace manual Trainer with TRL SFTTrainer
RETR0-OS 0aacf47
fix(qlora): replace manual Trainer with TRL SFTTrainer
RETR0-OS 6533c63
fix(dpo): update to modern TRL DPOTrainer API
RETR0-OS 8c0524f
fix(rlhf): replace broken PPO API with DPO-based implementation
RETR0-OS da351c3
fix: prevent double PEFT wrapping when using Unsloth provider
RETR0-OS 34f4ae4
fix: replace file upload endpoint with local path validation
RETR0-OS f973ca7
fix: replace dataset file upload with local path input in frontend
RETR0-OS 92aa540
Fix frontend + CORS config
RETR0-OS 65561dc
fix missing frontend folder
RETR0-OS fe55a1f
update package version
RETR0-OS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| { | ||
| "files": { | ||
| "main.css": "/static/css/main.9680427d.css", | ||
| "main.js": "/static/js/main.630cdb63.js", | ||
| "main.js": "/static/js/main.9df15fbf.js", | ||
| "static/js/453.ad6eb26e.chunk.js": "/static/js/453.ad6eb26e.chunk.js", | ||
| "index.html": "/index.html", | ||
| "main.9680427d.css.map": "/static/css/main.9680427d.css.map", | ||
| "main.630cdb63.js.map": "/static/js/main.630cdb63.js.map", | ||
| "main.9df15fbf.js.map": "/static/js/main.9df15fbf.js.map", | ||
| "453.ad6eb26e.chunk.js.map": "/static/js/453.ad6eb26e.chunk.js.map" | ||
| }, | ||
| "entrypoints": [ | ||
| "static/css/main.9680427d.css", | ||
| "static/js/main.630cdb63.js" | ||
| "static/js/main.9df15fbf.js" | ||
| ] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>ModelForge</title><script defer="defer" src="/static/js/main.630cdb63.js"></script><link href="/static/css/main.9680427d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
| <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>ModelForge</title><script defer="defer" src="/static/js/main.9df15fbf.js"></script><link href="/static/css/main.9680427d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...Frontend/build/static/js/main.630cdb63.js → ...Frontend/build/static/js/main.9df15fbf.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The placeholder string uses Windows-style backslashes, but in JS string literals sequences like
\tbecome escape sequences (tab, etc.), so the placeholder will render incorrectly. Escape the backslashes (e.g.,C:\\path\\to\\...) or use a forward-slash example.