Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,13 @@ language:
|
|
10 |
- multilingual
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
NuExtract-tiny-v1.5 is a fine-tuning of [Qwen/Qwen2.5-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B), trained on a private high-quality dataset for structured information extraction. It supports long documents and several languages (English, French, Spanish, German, Portuguese, and Italian).
|
16 |
To use the model, provide an input text and a JSON template describing the information you need to extract.
|
@@ -153,11 +159,10 @@ console.print(f'Generated in {delta}')
|
|
153 |
</p>
|
154 |
|
155 |
|
156 |
-
## An awesome Streamlit+OpenVINO interface
|
157 |
you can find the code in [my official GitHub repository](https://github.com/fabiomatricardi/NuExtract-1.5-openvino)
|
158 |
-
|
159 |
-
You can clone the repo and use the downloaded files from this Hugging Face Model
|
160 |
-
|
161 |
Running the streamlit app will give this:
|
162 |
|
163 |
<p align="left">
|
|
|
10 |
- multilingual
|
11 |
---
|
12 |
|
13 |
+
|
14 |
+
<p align="left">
|
15 |
+
<img src="https://github.com/fabiomatricardi/NuExtract-1.5-openvino/raw/main/logo.png" width= 300>
|
16 |
+
</p>
|
17 |
+
|
18 |
+
|
19 |
+
# NuExtract-tiny-v1.5 by NuMind 🔥 OpenVINO
|
20 |
|
21 |
NuExtract-tiny-v1.5 is a fine-tuning of [Qwen/Qwen2.5-0.5B](https://huggingface.co/Qwen/Qwen2.5-0.5B), trained on a private high-quality dataset for structured information extraction. It supports long documents and several languages (English, French, Spanish, German, Portuguese, and Italian).
|
22 |
To use the model, provide an input text and a JSON template describing the information you need to extract.
|
|
|
159 |
</p>
|
160 |
|
161 |
|
162 |
+
## An awesome Streamlit+OpenVINO interface
|
163 |
you can find the code in [my official GitHub repository](https://github.com/fabiomatricardi/NuExtract-1.5-openvino)
|
164 |
+
[![Mentioned in Awesome OpenVINO](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/openvinotoolkit/awesome-openvino)
|
165 |
+
You can clone the repo and use the downloaded files from this Hugging Face Model<br>
|
|
|
166 |
Running the streamlit app will give this:
|
167 |
|
168 |
<p align="left">
|