Skip to content

Commit a12d207

Browse files
authored
Merge pull request #338 from miyoungc/patch-2
Update README.md
2 parents 835493a + 23f8f9b commit a12d207

File tree

1 file changed

+6
-2
lines changed
  • nemo/data-flywheel/embedding-finetuning

1 file changed

+6
-2
lines changed

nemo/data-flywheel/embedding-finetuning/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ The tutorial covers the following steps:
2424

2525
### About NVIDIA NeMo Microservices
2626

27-
The NVIDIA NeMo microservices platform provides a flexible foundation for building AI workflows such as fine-tuning, evaluation, running inference, or applying guardrails to AI models on your Kubernetes cluster on-premises or in cloud. Refer to [documentation](https://docs.nvidia.com/nemo/microservices/latest/about/index.html) for further information.
27+
NVIDIA NeMo is a modular, enterprise-ready software suite for managing the AI agent lifecycle, enabling enterprises to build, deploy, and optimize agentic systems.
28+
29+
NVIDIA NeMo microservices, part of the [NVIDIA NeMo software suite](https://www.nvidia.com/en-us/ai-data-science/products/nemo/), are an API-first modular set of tools that you can use to customize, evaluate, and secure large language models (LLMs) and embedding models while optimizing AI applications across on-premises or cloud-based Kubernetes clusters.
30+
31+
Refer to the [NVIDIA NeMo microservices documentation](https://docs.nvidia.com/nemo/microservices/latest/about/index.html) for further information.
2832

2933
### About the SPECTER dataset
3034

@@ -90,4 +94,4 @@ Ensure you have access to:
9094
uv run jupyter lab --ip 0.0.0.0 --port=8888 --allow-root
9195
```
9296

93-
5. Navigate to the [data preparation notebook](./1_data_preparation.ipynb) to get started.
97+
5. Navigate to the [data preparation notebook](./1_data_preparation.ipynb) to get started.

0 commit comments

Comments
 (0)