-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fine tune the Janus-Pro-7B model using ms swift #189
Open
furanger
wants to merge
4
commits into
deepseek-ai:main
Choose a base branch
from
furanger:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+121
−0
Conversation
This file contains 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
增加了可以直接使用pro 7b的api服务器,客户端可以直接使用 fastapi_client.py
And add a proxy service interface, Integrate Swift with fastapi_cient py The client can directly use fastapi_cient Py doesn't need to be changed
This reverts commit 5376490.
add swift export
Thanks for your sharing with finetune readme, could u release a more detail version of "Fine tune the Janus-Pro-7B model using ms swift", thanks! |
Please tell your method to run this on local dataset |
If there are multiple regulatory requirements for simultaneous training (seat belts, helmets, hot work, vehicles, etc.),
Ensure that multiple standards have the same beginning and use concise language to guide the corresponding corpus into their own classification
For example, employees need to comply with safety regulations in the work area and XXX in the driving area of construction vehicles
Employees need to comply with safety regulations in the work area and work at heights in XXXXX
Employees need to comply with safety regulations in the work area, and in the high-voltage equipment operation area XXXXX
Using seat belts as an example to find regulations related to high-altitude operations,
Extract the conditions that can be standardized through video, such as correctly wearing high-altitude seat belts, hanging them high, and using them low,
Then, the conditions are formed into a description of the corpus, which can be divided into four situations
Proper pairing
High hanging low usage
Low hanging high usage
No accompanying accessories
Then, according to the rules and regulations, provide a concise and direct explanation of the situation,
btw: If you want to go further, you can first describe the image and then add the content of the standard image and a risk explanation at the beginning. This way, the results given will be more spiritual and not overfitting. My example is overfitting
FURa0-ger
From: Bitan Mallik
Date: 2025-03-28 01:03
To: deepseek-ai/Janus
CC: che.ender; Author
Subject: Re: [deepseek-ai/Janus] Fine tune the Janus-Pro-7B model using ms swift (PR #189)
Please tell your method to run this on local dataset
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
GunsRuth left a comment (deepseek-ai/Janus#189)
Please tell your method to run this on local dataset
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
dataset images file
通过网盘分享的文件:安全帽
链接: https://pan.baidu.com/s/1S_IW4R1Rv25H33LbWVvTew 提取码: whdi
FURanger
From: FURanger
Date: 2025-03-28 07:49
To: deepseek-ai/Janus
Subject: Re: Re: [deepseek-ai/Janus] Fine tune the Janus-Pro-7B model using ms swift (PR #189)
If there are multiple regulatory requirements for simultaneous training (seat belts, helmets, hot work, vehicles, etc.),
Ensure that multiple standards have the same beginning and use concise language to guide the corresponding corpus into their own classification
For example, employees need to comply with safety regulations in the work area and XXX in the driving area of construction vehicles
Employees need to comply with safety regulations in the work area and work at heights in XXXXX
Employees need to comply with safety regulations in the work area, and in the high-voltage equipment operation area XXXXX
Using seat belts as an example to find regulations related to high-altitude operations,
Extract the conditions that can be standardized through video, such as correctly wearing high-altitude seat belts, hanging them high, and using them low,
Then, the conditions are formed into a description of the corpus, which can be divided into four situations
Proper pairing
High hanging low usage
Low hanging high usage
No accompanying accessories
Then, according to the rules and regulations, provide a concise and direct explanation of the situation,
btw: If you want to go further, you can first describe the image and then add the content of the standard image and a risk explanation at the beginning. This way, the results given will be more spiritual and not overfitting. My example is overfitting
FURa0-ger
From: Bitan Mallik
Date: 2025-03-28 01:03
To: deepseek-ai/Janus
CC: che.ender; Author
Subject: Re: [deepseek-ai/Janus] Fine tune the Janus-Pro-7B model using ms swift (PR #189)
Please tell your method to run this on local dataset
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
GunsRuth left a comment (deepseek-ai/Janus#189)
Please tell your method to run this on local dataset
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
Fine tune the Janus-Pro-7B model using ms swift,
And add a proxy service interface,
Integrate Swift with fastapi_cient py
The client can directly use fastapi_cient Py doesn't need to be changed