Skip to content

Commit cdc6486

Browse files
krishnakalyan3edjson
authored andcommitted
docs: minor changes to tutorials (NVIDIA-NeMo#1747)
minor updates Signed-off-by: Krishna Kalyan <krkalyan@nvidia.com>
1 parent 0daf206 commit cdc6486

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

tutorials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
| Tutorial | Type | Brev Instance | Launch on Brev |
55
| --- | --- | --- | --- |
6-
| [**Nemotron Parse fine-tune**](https://github.com/NVIDIA-NeMo/Automodel/blob/main/tutorials/nemotron-parse/finetune.ipynb) | Fine-tuning | L40S | [![Launch on Brev](https://brev-assets.s3.us-west-1.amazonaws.com/nv-lb-dark.svg)](https://brev.nvidia.com/launchable/deploy/now?launchableID=env-3BxDyGV2RLNqyftNxJO5rV5sp8x) |
6+
| [**Nemotron Parse fine-tune**](https://github.com/NVIDIA-NeMo/Automodel/blob/main/tutorials/nemotron-parse/finetune.ipynb) | Fine-tuning | L40S | [![Launch on Brev](https://brev-assets.s3.us-west-1.amazonaws.com/nv-lb-dark.svg)](https://brev.nvidia.com/launchable/deploy/now?launchableID=env-3C6LDKU2DfOvpVTFhjw3YQ4djPM) |

tutorials/nemotron-parse/finetune.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,12 +679,18 @@
679679
"\n",
680680
"## Conclusion\n",
681681
"\n",
682-
"This tutorial demonstrated how to fine-tune Nemotron Parse v1.1 for structured invoice extraction using NeMo Automodel. Starting from a base model that could only produce generic markdown, we trained on 425 invoices for 1 epoch and achieved near-perfect field extraction on held-out test data — bringing the average NED from ~0.81 down to ~0.05 and field-level accuracy from 0% to over 90%. The same approach generalizes to any document type where you need to extract structured fields from images.\n",
682+
"This tutorial demonstrated how to fine-tune Nemotron Parse v1.1 for structured invoice extraction using NeMo Automodel. Starting from a base model that could only produce generic markdown, we trained on 425 invoices for 1 epoch and achieved near-perfect field extraction on held-out test data — bringing the average NED from ~0.81 down to ~0.1 and field-level accuracy from 0% to over 80%. The same approach generalizes to any document type where you need to extract structured fields from images.\n",
683683
"\n",
684684
"---\n",
685685
"\n",
686686
"📓 *This notebook was created by* **Aastha Jhunjhunwala** and **Huiying Li** from <b>NVIDIA</b>"
687687
]
688+
},
689+
{
690+
"cell_type": "markdown",
691+
"id": "69f84387",
692+
"metadata": {},
693+
"source": []
688694
}
689695
],
690696
"metadata": {

0 commit comments

Comments
 (0)