diff --git a/README.md b/README.md index 855c08aa1..a4c457886 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,9 @@ NVTabular, you can: - Focus on what to do with the data and not how to do it by using abstraction at the operation level. -**[HugeCTR](https://github.com/NVIDIA-Merlin/HugeCTR)**
HugeCTR is a -GPU-accelerated training framework that can scale large deep learning +**[HugeCTR](https://github.com/NVIDIA-Merlin/HugeCTR)** +[![ Documentation](https://img.shields.io/badge/documentation-blue.svg)](https://nvidia-merlin.github.io/HugeCTR/main/hugectr_user_guide.html)
+HugeCTR is a GPU-accelerated training framework that can scale large deep learning recommendation models by distributing training across multiple GPUs and nodes. HugeCTR contains optimized data loaders with GPU-acceleration and provides strategies for scaling large embedding tables beyond available memory. With @@ -58,7 +59,8 @@ HugeCTR, you can: manner during the training stage. **[Merlin Models](https://github.com/NVIDIA-Merlin/models)** -[![PyPI version shields.io](https://img.shields.io/pypi/v/merlin-models.svg)](https://pypi.org/project/merlin-models/)
+[![PyPI version shields.io](https://img.shields.io/pypi/v/merlin-models.svg)](https://pypi.org/project/merlin-models/) +[![ Documentation](https://img.shields.io/badge/documentation-blue.svg)](https://nvidia-merlin.github.io/models/main/README.html)
The Merlin Models library provides standard models for recommender systems with an aim for high-quality implementations that range from classic machine learning models to highly-advanced deep learning models. With Merlin Models, you can: @@ -72,7 +74,8 @@ models to highly-advanced deep learning models. With Merlin Models, you can: you can create of new models quickly and easily. **[Transformers4Rec](https://github.com/NVIDIA-Merlin/Transformers4Rec)** -[![PyPI version shields.io](https://img.shields.io/pypi/v/Transformers4Rec.svg)](https://pypi.org/project/Transformers4Rec/)
+[![PyPI version shields.io](https://img.shields.io/pypi/v/Transformers4Rec.svg)](https://pypi.org/project/Transformers4Rec/) +[![ Documentation](https://img.shields.io/badge/documentation-blue.svg)](https://nvidia-merlin.github.io/Transformers4Rec/main/README.html)
The Transformers4Rec library provides sequential and session-based recommendation. The library provides modular building blocks that are compatible with standard PyTorch modules. You can use the building blocks to design custom architectures such as multiple towers, multiple heads and tasks, and losses. @@ -83,7 +86,8 @@ With Transformers4Rec, you can: - Perform next-item prediction as well as classic binary classification or regression tasks. **[Merlin Systems](https://github.com/NVIDIA-Merlin/systems)** -[![PyPI version shields.io](https://img.shields.io/pypi/v/merlin-systems.svg)](https://pypi.org/project/merlin-systems/)
+[![PyPI version shields.io](https://img.shields.io/pypi/v/merlin-systems.svg)](https://pypi.org/project/merlin-systems/) +[![ Documentation](https://img.shields.io/badge/documentation-blue.svg)](https://nvidia-merlin.github.io/systems/main/README.html)
Merlin Systems provides tools for combining recommendation models with other elements of production recommender systems like feature stores, nearest neighbor search, and exploration strategies into end-to-end recommendation pipelines that @@ -97,7 +101,8 @@ can be served with Triton Inference Server. With Merlin Systems, you can: in recommender system pipelines. **[Merlin Core](https://github.com/NVIDIA-Merlin/core)** -[![PyPI version shields.io](https://img.shields.io/pypi/v/merlin-core.svg)](https://pypi.org/project/merlin-core/)
+[![PyPI version shields.io](https://img.shields.io/pypi/v/merlin-core.svg)](https://pypi.org/project/merlin-core/) +[![ Documentation](https://img.shields.io/badge/documentation-blue.svg)](https://nvidia-merlin.github.io/core/main/README.html)
Merlin Core provides functionality that is used throughout the Merlin ecosystem. With Merlin Core, you can: