Update README.md
Browse files
README.md
CHANGED
|
@@ -9,16 +9,16 @@ pipeline_tag: text-generation
|
|
| 9 |
inference: true
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# NuExtract-2
|
| 13 |
|
| 14 |
NuExtract 2.0 is a family of models trained specifically for structured information extraction tasks. It supports both multimodal inputs and is multilingual.
|
| 15 |
|
| 16 |
We provide several versions of different sizes, all based on the InternVL2.5 family.
|
| 17 |
| Model Size | Model Name | Base Model | Huggingface Link |
|
| 18 |
|------------|------------|------------|------------------|
|
| 19 |
-
| 2B | NuExtract-2.0-2B | [InternVL2_5-2B](https://huggingface.co/OpenGVLab/InternVL2_5-2B) | [NuExtract-2
|
| 20 |
-
| 4B | NuExtract-2.0-4B | [InternVL2_5-4B](https://huggingface.co/OpenGVLab/InternVL2_5-4B) | [NuExtract-2
|
| 21 |
-
| 8B | NuExtract-2.0-8B | [InternVL2_5-8B](https://huggingface.co/OpenGVLab/InternVL2_5-8B) | [NuExtract-2
|
| 22 |
|
| 23 |
## Overview
|
| 24 |
|
|
|
|
| 9 |
inference: true
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# NuExtract-2-4B by NuMind 🔥
|
| 13 |
|
| 14 |
NuExtract 2.0 is a family of models trained specifically for structured information extraction tasks. It supports both multimodal inputs and is multilingual.
|
| 15 |
|
| 16 |
We provide several versions of different sizes, all based on the InternVL2.5 family.
|
| 17 |
| Model Size | Model Name | Base Model | Huggingface Link |
|
| 18 |
|------------|------------|------------|------------------|
|
| 19 |
+
| 2B | NuExtract-2.0-2B | [InternVL2_5-2B](https://huggingface.co/OpenGVLab/InternVL2_5-2B) | [NuExtract-2-2B](https://huggingface.co/numind/NuExtract-2-2B) |
|
| 20 |
+
| 4B | NuExtract-2.0-4B | [InternVL2_5-4B](https://huggingface.co/OpenGVLab/InternVL2_5-4B) | [NuExtract-2-4B](https://huggingface.co/numind/NuExtract-2-4B) |
|
| 21 |
+
| 8B | NuExtract-2.0-8B | [InternVL2_5-8B](https://huggingface.co/OpenGVLab/InternVL2_5-8B) | [NuExtract-2-8B](https://huggingface.co/numind/NuExtract-2-8B) |
|
| 22 |
|
| 23 |
## Overview
|
| 24 |
|