Skip to content

Commit 27cf0d3

Browse files
committed
fixing links
Signed-off-by: Johnny Greco <[email protected]>
1 parent a4e59e1 commit 27cf0d3

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

nemo/NeMo-Data-Designer/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ We have a [managed service of NeMo Data Designer](https://build.nvidia.com/nemo/
4343
## 📚 Tutorial Directory
4444

4545
#### Self-hosted tutorials:
46-
- [Getting Started](./self-hosted-tutorials/getting-started/README.md)
47-
- [Community Contributions](./self-hosted-tutorials/community-contributions/README.md)
46+
- [Getting Started](./self-hosted-tutorials/getting-started/)
47+
48+
- [Community Contributions](./self-hosted-tutorials/community-contributions/)

nemo/NeMo-Data-Designer/self-hosted-tutorials/getting-started/1-the-basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"> 👋 **IMPORTANT** – Environment Setup\n",
1818
">\n",
19-
"> - If you haven't already, follow the instructions in the [README](../README.md) to install the necessary dependencies.\n",
19+
"> - If you haven't already, follow the instructions in the [README](../../README.md) to install the necessary dependencies.\n",
2020
">\n",
2121
"> - You may need to restart your notebook's kernel after setting up the environment.\n",
2222
"> - In this notebook, we assume you have a self-hosted instance of Data Designer up and running.\n",

nemo/NeMo-Data-Designer/self-hosted-tutorials/getting-started/2-structured-outputs-and-jinja-expressions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"\n",
1919
"> 👋 **IMPORTANT** – Environment Setup\n",
2020
">\n",
21-
"> - If you haven't already, follow the instructions in the [README](../README.md) to install the necessary dependencies.\n",
21+
"> - If you haven't already, follow the instructions in the [README](../../README.md) to install the necessary dependencies.\n",
2222
">\n",
2323
"> - You may need to restart your notebook's kernel after setting up the environment.\n",
2424
"> - In this notebook, we assume you have a self-hosted instance of Data Designer up and running.\n",

nemo/NeMo-Data-Designer/self-hosted-tutorials/getting-started/3-seeding-with-a-dataset.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,19 @@
1818
"\n",
1919
"<br>\n",
2020
"\n",
21+
"> 🌱 **Why use a seed dataset?**\n",
22+
">\n",
23+
"> - Seed datasets let you steer the generation process by providing context that is specific to your use case.\n",
24+
">\n",
25+
"> - Seed datasets are also an excellent way to inject real-world diversity into your synthetic data.\n",
26+
">\n",
27+
"> - During generation, prompt templates can reference any of the seed dataset fields.\n",
28+
"\n",
29+
"<br>\n",
30+
"\n",
2131
"> 👋 **IMPORTANT** – Environment Setup\n",
2232
">\n",
23-
"> - If you haven't already, follow the instructions in the [README](../README.md) to install the necessary dependencies.\n",
33+
"> - If you haven't already, follow the instructions in the [README](../../README.md) to install the necessary dependencies.\n",
2434
">\n",
2535
"> - You may need to restart your notebook's kernel after setting up the environment.\n",
2636
"> - In this notebook, we assume you have a self-hosted instance of Data Designer up and running.\n",
@@ -156,16 +166,6 @@
156166
"\n",
157167
"<br>\n",
158168
"\n",
159-
"> 🌱 **Why use a seed dataset?**\n",
160-
">\n",
161-
"> - Seed datasets let you steer the generation process by providing context that is specific to your use case.\n",
162-
">\n",
163-
"> - Seed datasets are also an excellent way to inject real-world diversity into your synthetic data.\n",
164-
">\n",
165-
"> - During generation, prompt templates can reference any of the seed dataset fields.\n",
166-
"\n",
167-
"<br>\n",
168-
"\n",
169169
"> 💡 **About datastores**\n",
170170
">\n",
171171
"> - You can use seed datasets from _either_ the Hugging Face Hub or a locally deployed datastore.\n",

nemo/NeMo-Data-Designer/self-hosted-tutorials/getting-started/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
| Notebook | Description |
1616
|---------------------------------------------------|----------------------------------------------------------------------------------|
17-
| [1-the-basics.ipynb](./self-hosted-tutorials/getting-started/1-the-basics.ipynb) | Learn the basics of Data Designer by generating a simple product review dataset |
18-
| [2-structured-outputs-and-jinja-expressions.ipynb](./self-hosted-tutorials/getting-started/2-structured-outputs-and-jinja-expressions.ipynb) | Explore advanced data generation using structured outputs and Jinja expressions |
19-
| [3-seeding-with-a-dataset.ipynb](./self-hosted-tutorials/getting-started/3-seeding-with-a-dataset.ipynb) | Discover how to seed synthetic data generation with an external dataset |
17+
| [1-the-basics.ipynb](./1-the-basics.ipynb) | Learn the basics of Data Designer by generating a simple product review dataset |
18+
| [2-structured-outputs-and-jinja-expressions.ipynb](./2-structured-outputs-and-jinja-expressions.ipynb) | Explore advanced data generation using structured outputs and Jinja expressions |
19+
| [3-seeding-with-a-dataset.ipynb](./3-seeding-with-a-dataset.ipynb) | Discover how to seed synthetic data generation with an external dataset |

0 commit comments

Comments
 (0)