Skip to content

Commit

Permalink
Merge pull request d-run#55 from windsonsea/claude
Browse files Browse the repository at this point in the history
add claude 3
  • Loading branch information
windsonsea authored Apr 7, 2024
2 parents 0f1db03 + a7a139f commit 58b5076
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
37 changes: 37 additions & 0 deletions docs/zh/docs/open/claude.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Claude 3

获 Amazon 和 Google 投资的人工智能初创公司 Anthropic 推出全新的 Claude 3 人工智能大型语言模型,
旗下拥有 Haiku、Sonnet 和 Opus 三个版本。根据官方数据,Opus 表现比 GPT-4 和 Gemini 还要优胜。

## Claude 3 模型

- Claude 3 Opus

Opus 是拉丁语的"作品"。Anthropic 同时称它为最智能的产品,理解已接近人类水平,也是目前在多项基准测试中表现最出色的模型。
在 Anthropic 列出的十项常用模型能力评估数据中,Opus 的得分全都超过 GPT-4,即使视觉识别能力的情况也一样。

- Claude 3 Sonnet

Sonnet 是英语的"十四行诗"。它在智能和速度之间取得理想平衡,尤其适用于高流量任务。
对大部分任务来说,Sonnet 的速度比 Claude 2 和 Claude 2.1 快上 2 倍,而智能水平更高。

- Claude 3 Haiku

Haiku 是日语"俳句"的音译。是三者中最具成本效益的模型,提供几乎是即时的回应。

## Claude 3 与 GPT-4 比较

![与 GPT-4 比较](./images/claude01.png)

Claude 3 现在已经像 GPT-4 一样支持多模态能力。Opus 在 MMMU 的得分为 59.4%,超过了 GPT-4V,与 Gemini 1.0 Ultra 持平。
如果想上传照片或图片给 AI 分析,数据显示 Claude 3 的能力比 GPT-4 更佳。

Claude 系列模型的优势还在于其长上下文窗口,这次更新的全系列大模型提供了 200K 的上下文窗口,并且支持超过 100 万个 Tokens 的输入。
100 万个 Token 有多长?大约是英文版《哈利波特-死神圣物》的长度。

然而,在定价方面,能力最高的 Claude 3 比 GPT-4 Turbo 要贵得多。
GPT-4 Turbo 每百万个 token 输入/输出收费为 10/30 美元,而 Claude 3 Opus 则为 15/75 美元,输出贵上 2.5 倍。

## 参考

- [Claude 3 英文原版长文介绍](https://www.anthropic.com/news/claude-3-family)
Binary file added docs/zh/docs/open/images/claude01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/zh/docs/open/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ hide:

[:octicons-arrow-right-24: 了解更多](./huggingface.md)

- :simple-amazon:{ .lg .middle } __Claude 3 Sonnet__
- :simple-amazon:{ .lg .middle } __Claude 3__

---

Amazon 与 Anthropic 联手打造的生成式 AI 模型,时刻对标 ChatGPT 步伐
Amazon 与 Google 联手打造的生成式 AI 模型,时刻对标 ChatGPT 步伐

[:octicons-arrow-right-24: 了解更多](https://www.anthropic.com/news/claude-3-family)
[:octicons-arrow-right-24: 了解更多](./claude.md)

- :simple-x:{ .lg .middle } __马斯克 Grok__

Expand Down
3 changes: 2 additions & 1 deletion docs/zh/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,5 @@ nav:
- 索引: open/index.md
- OpenAI: open/openai.md
- Hugging Face: open/huggingface.md
- 月之暗面: open/moonshot.md
- 月之暗面: open/moonshot.md
- Claude 3: open/claude.md

0 comments on commit 58b5076

Please sign in to comment.