Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# nemotron-parse Overview
|
| 2 |
|
| 3 |
nemotron-parse is a general purpose text-extraction model, specifically designed to handle documents. Given an image, nemotron-parse is able to extract formatted-text, with bounding-boxes and the corresponding semantic class. This has downstream benefits for several tasks such as increasing the availability of training-data for Large Language Models (LLMs), improving the accuracy of retriever systems, and enhancing document understanding pipelines.
|
|
@@ -208,6 +221,8 @@ for output in outputs:
|
|
| 208 |
print(f"Decoder prompt: {prompt!r}, Generated text: {generated_text!r}")
|
| 209 |
```
|
| 210 |
|
|
|
|
|
|
|
| 211 |
## Training, Testing, and Evaluation Datasets:
|
| 212 |
|
| 213 |
|
|
@@ -243,5 +258,4 @@ Please report security vulnerabilities or NVIDIA AI Concerns here.
|
|
| 243 |
|
| 244 |
|
| 245 |
## Enterprise Support
|
| 246 |
-
Get access to knowledge base articles and support cases or [submit a ticket](https://www.nvidia.com/en-us/data-center/products/ai-enterprise-suite/support/).
|
| 247 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: nvidia-community-model-license
|
| 4 |
+
license_link: >-
|
| 5 |
+
https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-community-models-license/
|
| 6 |
+
pipeline_tag: image-text-to-text
|
| 7 |
+
library_name: transformers
|
| 8 |
+
tags:
|
| 9 |
+
- nvidia
|
| 10 |
+
- VLM
|
| 11 |
+
- OCR
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# nemotron-parse Overview
|
| 15 |
|
| 16 |
nemotron-parse is a general purpose text-extraction model, specifically designed to handle documents. Given an image, nemotron-parse is able to extract formatted-text, with bounding-boxes and the corresponding semantic class. This has downstream benefits for several tasks such as increasing the availability of training-data for Large Language Models (LLMs), improving the accuracy of retriever systems, and enhancing document understanding pipelines.
|
|
|
|
| 221 |
print(f"Decoder prompt: {prompt!r}, Generated text: {generated_text!r}")
|
| 222 |
```
|
| 223 |
|
| 224 |
+
Nemotron-Parse-v1.1 is also available as an [optimized NIM container](https://build.nvidia.com/nvidia/nemotron-parse).
|
| 225 |
+
|
| 226 |
## Training, Testing, and Evaluation Datasets:
|
| 227 |
|
| 228 |
|
|
|
|
| 258 |
|
| 259 |
|
| 260 |
## Enterprise Support
|
| 261 |
+
Get access to knowledge base articles and support cases or [submit a ticket](https://www.nvidia.com/en-us/data-center/products/ai-enterprise-suite/support/).
|
|
|