Alexandre-Numind
commited on
Commit
•
acf7388
1
Parent(s):
fac7b94
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# SOTA Structure Extraction Model by NuMind 🔥
|
2 |
|
3 |
NuExtract is a fine-tuned version of phi-3-small, 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.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
# SOTA Structure Extraction Model by NuMind 🔥
|
7 |
|
8 |
NuExtract is a fine-tuned version of phi-3-small, 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.
|