Update README.md
Browse files
README.md
CHANGED
|
@@ -218,6 +218,8 @@ for output in outputs:
|
|
| 218 |
print(f"Decoder prompt: {prompt!r}, Generated text: {generated_text!r}")
|
| 219 |
```
|
| 220 |
|
|
|
|
|
|
|
| 221 |
Nemotron-Parse-v1.1 is also available as an [optimized NIM container](https://build.nvidia.com/nvidia/nemotron-parse).
|
| 222 |
|
| 223 |
## Nemotron-Parse-v1.1 Output Examples
|
|
|
|
| 218 |
print(f"Decoder prompt: {prompt!r}, Generated text: {generated_text!r}")
|
| 219 |
```
|
| 220 |
|
| 221 |
+
*Note:* we recommend using the default prompt that extracts bounding boxes, classes, and text in markdown formatting for all use cases (`</s><s><predict_bbox><predict_classes><output_markdown>`). If necessary, optionally the prompt that omits text extraction and only outputs bounding boxes and classes could be used: `</s><s><predict_bbox><predict_classes><output_no_text>`.
|
| 222 |
+
|
| 223 |
Nemotron-Parse-v1.1 is also available as an [optimized NIM container](https://build.nvidia.com/nvidia/nemotron-parse).
|
| 224 |
|
| 225 |
## Nemotron-Parse-v1.1 Output Examples
|