Alexandre-Numind commited on
Commit
1c56e40
1 Parent(s): 690627e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,7 +6,9 @@ language:
6
  # SOTA 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
- Note: This model might need to get fine-tuned on a specific task (<30 examples) to get good performance.
 
 
10
  **Checkout other models by NuMind:**
11
  * SOTA Zero-shot NER Model [NuNER Zero](https://huggingface.co/numind/NuNER_Zero)
12
  * SOTA Multilingual Entity Recognition Foundation Model: [link](https://huggingface.co/numind/entity-recognition-multilingual-general-sota-v1)
 
6
  # SOTA 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)