Skip to content

Commit 99b2c19

Browse files
authored
Merge branch 'NVIDIA:main' into dev
2 parents e50063e + 32e592a commit 99b2c19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
"# Note we have access to the seed data fields.\n",
255255
"config_builder.add_column(\n",
256256
" name=\"physician_notes\",\n",
257+
" column_type=\"llm-text\",\n",
257258
" prompt=\"\"\"\\\n",
258259
"You are a primary-care physician who just had an appointment with {{ first_name }} {{ last_name }},\n",
259260
"who has been struggling with symptoms from {{ output_text }} since {{ symptom_onset_date }}.\n",
@@ -326,7 +327,7 @@
326327
],
327328
"metadata": {
328329
"kernelspec": {
329-
"display_name": "sdg_venv",
330+
"display_name": "NeMo-Data-Designer (3.11.12)",
330331
"language": "python",
331332
"name": "python3"
332333
},
@@ -340,7 +341,7 @@
340341
"name": "python",
341342
"nbconvert_exporter": "python",
342343
"pygments_lexer": "ipython3",
343-
"version": "3.12.11"
344+
"version": "3.11.12"
344345
}
345346
},
346347
"nbformat": 4,

0 commit comments

Comments
 (0)