[PaddleNLP 3.0] Update README.md#8666
Merged
sijunhe merged 19 commits intoJun 27, 2024
Merged
Conversation
|
Thanks for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8666 +/- ##
========================================
Coverage 55.79% 55.79%
========================================
Files 620 620
Lines 96659 96659
========================================
Hits 53928 53928
Misses 42731 42731 ☔ View full report in Codecov by Sentry. |
…NLP into dev_update_readme_3.0
…NLP into dev_update_readme_3.0
gongel
reviewed
Jun 26, 2024
|
|
||
| ## News 📢 | ||
|
|
||
| * **2024.06.27 [PaddleNLP v3.0 Beta](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v3.0.0)**:拥抱大模型,体验全升级。统一大模型工具链,实现国产计算芯片全流程接入;全面支持飞桨4D并行配置、高效精调策略、高效对齐算法、高性能推理等大模型产业级应用流程;自研极致收敛的RsLoRA+算法、全断点存储机制Unified Checkpoint和通用化支持FastFNN、FusedQKV助力大模型训推;主流模型持续支持更新,提供高效解决方案。 |
gongel
reviewed
Jun 26, 2024
| </h4> | ||
|
|
||
| **PaddleNLP**是一款**简单易用**且**功能强大**的自然语言处理和大语言模型(LLM)开发库。聚合业界**优质预训练模型**并提供**开箱即用**的开发体验,覆盖NLP多场景的模型库搭配**产业实践范例**可满足开发者**灵活定制**的需求。 | ||
| **PaddleNLP**是一款基于飞桨深度学习框架的大语言模型(LLM)开发套件,支持在多种硬件上进行高效的大模型训练、无损压缩以及快速推理。PaddleNLP具备**简单易用**和**性能极致**的特点,致力于助力开发者实现高效的大模型产业级应用。 |
ZeyuChen
reviewed
Jun 27, 2024
Member
ZeyuChen
left a comment
There was a problem hiding this comment.
不建议上传图片到Github,会增大Repo Size。
加你走Github Comment粘贴图片后用图床链接
ZeyuChen
reviewed
Jun 27, 2024
| ## Quick Start | ||
| ```python | ||
| >>> from paddlenlp.transformers import AutoTokenizer, AutoModelForCausalLM | ||
| >>> tokenizer = AutoTokenizer.from_pretrained("linly-ai/chinese-llama-2-7b") |
Member
There was a problem hiding this comment.
有更好的模型推荐吗?或者选一个更小的模型如Qwen-1.5B作为快速开始
Collaborator
Author
There was a problem hiding this comment.
改为使用Qwen-0.5B作为快速开始
gongel
approved these changes
Jun 27, 2024
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.

PR types
Others
PR changes
Docs
Description
Update README.md

