-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[PaddleNLP 3.0] Update README.md #8666
[PaddleNLP 3.0] Update README.md #8666
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
README.md
Outdated
|
||
## News 📢 | ||
|
||
* **2024.06.27 [PaddleNLP v3.0 Beta](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v3.0.0)**:拥抱大模型,体验全升级。统一大模型工具链,实现国产计算芯片全流程接入;全面支持飞桨4D并行配置、高效精调策略、高效对齐算法、高性能推理等大模型产业级应用流程;自研极致收敛的RsLoRA+算法、全断点存储机制Unified Checkpoint和通用化支持FastFNN、FusedQKV助力大模型训推;主流模型持续支持更新,提供高效解决方案。 |
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.
全断点存储?
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.
FastFNN-->FastFFN?
README.md
Outdated
<a href=#社区交流> 社区交流 </a> | ||
</h4> | ||
|
||
**PaddleNLP**是一款**简单易用**且**功能强大**的自然语言处理和大语言模型(LLM)开发库。聚合业界**优质预训练模型**并提供**开箱即用**的开发体验,覆盖NLP多场景的模型库搭配**产业实践范例**可满足开发者**灵活定制**的需求。 | ||
**PaddleNLP**是一款基于飞桨深度学习框架的大语言模型(LLM)开发套件,支持在多种硬件上进行高效的大模型训练、无损压缩以及快速推理。PaddleNLP具备**简单易用**和**性能极致**的特点,致力于助力开发者实现高效的大模型产业级应用。 |
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.
快速推理-->高性能推理
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.
不建议上传图片到Github,会增大Repo Size。
加你走Github Comment粘贴图片后用图床链接
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.
README_en.md
Outdated
## Quick Start | ||
```python | ||
>>> from paddlenlp.transformers import AutoTokenizer, AutoModelForCausalLM | ||
>>> tokenizer = AutoTokenizer.from_pretrained("linly-ai/chinese-llama-2-7b") |
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.
有更好的模型推荐吗?或者选一个更小的模型如Qwen-1.5B作为快速开始
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.
改为使用Qwen-0.5B作为快速开始
PR types
Others
PR changes
Docs
Description
Update README.md