liamcripwell
commited on
Commit
•
590025b
1
Parent(s):
452f304
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ language:
|
|
5 |
---
|
6 |
# Structure Extraction Model by NuMind 🔥
|
7 |
|
8 |
-
NuExtract is a fine-tuned version of [phi-3-mini](microsoft/Phi-3-mini-4k-instruct), on a private high-quality syntatic dataset for information extraction.
|
9 |
To use the model, provide an input text (less than 2000 tokens) and a JSON schema describing the information you need to extract.
|
10 |
|
11 |
Note: 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.
|
|
|
5 |
---
|
6 |
# Structure Extraction Model by NuMind 🔥
|
7 |
|
8 |
+
NuExtract is a fine-tuned version of [phi-3-mini](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct), on a private high-quality syntatic dataset for information extraction.
|
9 |
To use the model, provide an input text (less than 2000 tokens) and a JSON schema describing the information you need to extract.
|
10 |
|
11 |
Note: 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.
|