diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 5e15cd5af..120509b2d 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -33,6 +33,7 @@
  • GPT-3
  • GPT-2
  • BERT
  • +
  • BERT
  • @@ -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/)以了解详情。

    (返回顶端)

    diff --git a/README.md b/README.md index 1378d8f24..156c79e18 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@
  • GPT-3
  • GPT-2
  • BERT
  • +
  • BERT
  • @@ -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.

    (back to top)