Skip to content
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

Auto sft #9728

Open
wants to merge 79 commits into
base: develop
Choose a base branch
from

Conversation

blacksheep-Aristotle
Copy link
Contributor

PR types

New features

PR changes

Others

Description

nlp支持中层api/基础api sft训练。
支持sft 全量微调
支持lora 微调训练

Copy link

paddle-bot bot commented Jan 6, 2025

Thanks for your contribution!

blacksheep-Aristotle and others added 26 commits February 20, 2025 20:11
<!-- Demo: PaddlePaddle#26 -->
#### Before submitting



```shell
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
```



### PR types
<!-- One of [ New features | Bug fixes | Function optimization |
Performance optimization | Breaking changes | Others ] -->

### PR changes
<!-- One of [ Models | APIs | Docs | Others ] -->

### Description

1.rebase
2.修复sft文件依赖错误,LoRAAutoConfig错误
@CLAassistant
Copy link

CLAassistant commented Feb 21, 2025

CLA assistant check
All committers have signed the CLA.

liufengwei0103 and others added 3 commits February 22, 2025 14:30
<!-- Demo: PaddlePaddle#26 -->
#### Before submitting

- [ ] Lint code. If there are lint issues, please format the code first.

```shell
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
```

- [ ] Add test cases into `tests` folder. If there are codecov issues,
please add tests cases first.

### PR types
<!-- One of [ New features | Bug fixes | Function optimization |
Performance optimization | Breaking changes | Others ] -->

### PR changes
<!-- One of [ Models | APIs | Docs | Others ] -->

### Description
add ci guard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants