Skip to content

Commit

Permalink
add PaLM link (hpcaitech#704)
Browse files Browse the repository at this point in the history
* add PaLM link
  • Loading branch information
binmakeswell authored Apr 8, 2022
1 parent 3c9cd5b commit 270157e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README-zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<li><a href="#GPT-3">GPT-3</a></li>
<li><a href="#GPT-2">GPT-2</a></li>
<li><a href="#BERT">BERT</a></li>
<li><a href="#PaLM">BERT</a></li>
</ul>
</li>

Expand Down Expand Up @@ -96,6 +97,9 @@ Colossal-AI为您提供了一系列并行训练组件。我们的目标是让您

- 2倍训练速度,或1.5倍序列长度

### PaLM
- [PaLM-colossalai](https://github.com/hpcaitech/PaLM-colossalai): 可扩展的谷歌 Pathways Language Model ([PaLM](https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html)) 实现。

请访问我们的[文档和教程](https://www.colossalai.org/)以了解详情。

<p align="right">(<a href="#top">返回顶端</a>)</p>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<li><a href="#GPT-3">GPT-3</a></li>
<li><a href="#GPT-2">GPT-2</a></li>
<li><a href="#BERT">BERT</a></li>
<li><a href="#PaLM">BERT</a></li>
</ul>
</li>

Expand Down Expand Up @@ -96,6 +97,9 @@ distributed training in a few lines.

- 2x faster training, or 50% longer sequence length

### PaLM
- [PaLM-colossalai](https://github.com/hpcaitech/PaLM-colossalai): Scalable implementation of Google's Pathways Language Model ([PaLM](https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html)).

Please visit our [documentation and tutorials](https://www.colossalai.org/) for more details.

<p align="right">(<a href="#top">back to top</a>)</p>
Expand Down

0 comments on commit 270157e

Please sign in to comment.