liamcripwell commited on
Commit
108da14
·
verified ·
1 Parent(s): f9aa6b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,13 +9,14 @@ pipeline_tag: text-generation
9
  inference: true
10
  ---
11
 
12
- # NuExtract-2-2B 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) |
 
9
  inference: true
10
  ---
11
 
12
+ # NuExtract-2-1B 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
+ | 1B | NuExtract-2.0-1B | [InternVL2_5-1B](https://huggingface.co/OpenGVLab/InternVL2_5-1B) | [NuExtract-2-1B](https://huggingface.co/numind/NuExtract-2-1B) |
20
  | 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) |
21
  | 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) |
22
  | 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) |