Alexandre-Numind
commited on
Commit
•
4819954
1
Parent(s):
aa73f7f
Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,14 @@ license: mit
|
|
3 |
language:
|
4 |
- en
|
5 |
---
|
6 |
-
#
|
7 |
|
8 |
-
NuExtract is a fine-tuned version of phi-3-
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
**Checkout other models by NuMind:**
|
11 |
* SOTA Zero-shot NER Model [NuNER Zero](https://huggingface.co/numind/NuNER_Zero)
|
@@ -13,6 +18,13 @@ NuExtract is a fine-tuned version of phi-3-small, on a private high-quality synt
|
|
13 |
* SOTA Sentiment Analysis Foundation Model: [English](https://huggingface.co/numind/generic-sentiment-v1), [Multilingual](https://huggingface.co/numind/generic-sentiment-multi-v1)
|
14 |
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Usage
|
17 |
|
18 |
To use the model:
|
|
|
3 |
language:
|
4 |
- en
|
5 |
---
|
6 |
+
# Structure Extraction Model by NuMind 🔥
|
7 |
|
8 |
+
NuExtract is a fine-tuned version of phi-3-mini, 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.
|
12 |
+
|
13 |
+
try here: https://huggingface.co/spaces/numind/NuExtract
|
14 |
|
15 |
**Checkout other models by NuMind:**
|
16 |
* SOTA Zero-shot NER Model [NuNER Zero](https://huggingface.co/numind/NuNER_Zero)
|
|
|
18 |
* SOTA Sentiment Analysis Foundation Model: [English](https://huggingface.co/numind/generic-sentiment-v1), [Multilingual](https://huggingface.co/numind/generic-sentiment-multi-v1)
|
19 |
|
20 |
|
21 |
+
## Benchmark
|
22 |
+
|
23 |
+
<p align="left">
|
24 |
+
<img src="result.png" width="600">
|
25 |
+
</p>
|
26 |
+
|
27 |
+
|
28 |
## Usage
|
29 |
|
30 |
To use the model:
|