Alexandre-Numind commited on
Commit
afa5086
1 Parent(s): 7cd6009

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,10 +5,12 @@ language:
5
  ---
6
  # Structure Extraction Model by NuMind 🔥
7
 
8
- NuExtract_tiny is a fine-tuned version of qwen1.5-0.5 (500 milions parameters), on a private high-quality syntactic dataset for information extraction. To use the model, provide an input text (less than 2000 tokens) and a JSON schema describing the information you need to extract. This model is purely extractive, so each information output by the model is present as it is in the text. You can also provide an example of output to help the model understand your task more precisely.
9
 
10
  Note: This model while providing good performance in 0 shot, is intendeed to be fine-tune on a specific task (at least 30 example needed)
11
 
 
 
12
  **Checkout other models by NuMind:**
13
  * SOTA Zero-shot NER Model [NuNER Zero](https://huggingface.co/numind/NuNER_Zero)
14
  * SOTA Multilingual Entity Recognition Foundation Model: [link](https://huggingface.co/numind/entity-recognition-multilingual-general-sota-v1)
 
5
  ---
6
  # Structure Extraction Model by NuMind 🔥
7
 
8
+ NuExtract_tiny is a fine-tuned version of [Qwen1.5-0.5](https://huggingface.co/Qwen/Qwen1.5-0.5B),on a private high-quality syntactic dataset for information extraction. To use the model, provide an input text (less than 2000 tokens) and a JSON schema describing the information you need to extract. This model is purely extractive, so each information output by the model is present as it is in the text. You can also provide an example of output to help the model understand your task more precisely.
9
 
10
  Note: This model while providing good performance in 0 shot, is intendeed to be fine-tune on a specific task (at least 30 example needed)
11
 
12
+ We also provide a base (3.8B) and large(7B) version of this model: [NuExtract](https://huggingface.co/numind/NuExtract) and [NuExtract-large](https://huggingface.co/numind/NuExtract-large)
13
+
14
  **Checkout other models by NuMind:**
15
  * SOTA Zero-shot NER Model [NuNER Zero](https://huggingface.co/numind/NuNER_Zero)
16
  * SOTA Multilingual Entity Recognition Foundation Model: [link](https://huggingface.co/numind/entity-recognition-multilingual-general-sota-v1)