liamcripwell
commited on
Commit
•
4ddad64
1
Parent(s):
8c54698
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,11 @@ language:
|
|
5 |
---
|
6 |
# Structure Extraction Model by NuMind 🔥
|
7 |
|
8 |
-
NuExtract-large is a
|
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
|
12 |
|
13 |
-
|
14 |
|
15 |
We also provide a tiny (0.5B) and base (7B) version of this model: [NuExtract](https://huggingface.co/numind/NuExtract-tiny) and [NuExtract](https://huggingface.co/numind/NuExtract)
|
16 |
|
|
|
5 |
---
|
6 |
# Structure Extraction Model by NuMind 🔥
|
7 |
|
8 |
+
NuExtract-large is a version of [phi-3-small](https://huggingface.co/microsoft/Phi-3-small-8k-instruct), fine-tuned on a private high-quality synthetic dataset for information extraction. To use the model, provide an input text (less than 2000 tokens) and a JSON template describing the information you need to extract.
|
|
|
9 |
|
10 |
+
Note: This model is purely extractive, so all text output by the model is present as is in the original text. You can also provide an example of output formatting to help the model understand your task more precisely.
|
11 |
|
12 |
+
Try the base model here: https://huggingface.co/spaces/numind/NuExtract
|
13 |
|
14 |
We also provide a tiny (0.5B) and base (7B) version of this model: [NuExtract](https://huggingface.co/numind/NuExtract-tiny) and [NuExtract](https://huggingface.co/numind/NuExtract)
|
15 |
|