phoenix-inst-chat-7b

我要开发同款
匿名用户2024年07月31日
26阅读
所属分类ai、bloom、pytorch
开源地址https://modelscope.cn/models/AI-ModelScope/phoenix-inst-chat-7b
授权协议other

作品详情

phoenix-inst-chat-7b

Please see our LLMZoo project: https://github.com/FreedomIntelligence/LLMZoo.

⚡LLM Zoo is a project that provides data, models, and evaluation benchmark for large language models.⚡ [Tech Report]

✨ Latest News

  • [07/12/2023]: More instruction-following data of different languages is available here.
  • [05/05/2023]: Release the training code. Now, you can replicate a multilingual instruction-following LLM by yourself. :-)
  • [04/24/2023]: Add more results (e.g., MOSS) in the evaluation benchmark.
  • [04/08/2023]: Release the Phoenix (for all languages) and Chimera (for Latin languages) models.

示例代码

from modelscope.utils.constant import Tasks
from modelscope.pipelines import pipeline
text_generation_zh  = pipeline(task=Tasks.text_generation, model='AI-ModelScope/phoenix-inst-chat-7b', device_map='auto', model_revision='v1.0.0')
result_zh = text_generation_zh('给我写一首诗')
print(result_zh)

? Motivation

  • Break "AI supremacy" and democratize ChatGPT

"AI supremacy" is understood as a company's absolute leadership and monopoly position in an AI field, which may even include exclusive capabilities beyond general artificial intelligence. This is unacceptable for AI community and may even lead to individual influence on the direction of the human future, thus bringing various hazards to human society.

  • Make ChatGPT-like LLM accessible across countries and languages
  • Make AI open again. Every person, regardless of their skin color or place of birth, should have equal access to the technology gifted by the creator. For example, many pioneers have made great efforts to spread the use of light bulbs and vaccines to developing countries. Similarly, ChatGPT, one of the greatest technological advancements in modern history, should also be made available to all.
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论