Spaces:
Running
on
L4
Running
on
L4
liamcripwell
commited on
Commit
β’
2a670bd
1
Parent(s):
834fda3
Update app.py
Browse files
app.py
CHANGED
@@ -27,13 +27,15 @@ markdown_description = """
|
|
27 |
<title>NuExtract-v1.5 Playground</title>
|
28 |
</head>
|
29 |
<body>
|
|
|
30 |
<img src="https://cdn.prod.website-files.com/638364a4e52e440048a9529c/64188f405afcf42d0b85b926_logo_numind_final.png" alt="NuMind Logo" style="vertical-align: middle;width: 200px; height: 50px;">
|
31 |
-
<p>We are a startup developing custom information extraction
|
32 |
-
<p>If you want the best performance on your problem, please contact us
|
33 |
<ul>
|
34 |
<li><strong>Website</strong>: <a href="https://www.numind.ai/">https://www.numind.ai/</a></li>
|
35 |
</ul>
|
36 |
<br>
|
|
|
37 |
<h1>NuExtract-v1.5</h1>
|
38 |
<p>NuExtract-v1.5 is a fine-tuning of Phi-3.5-mini-instruct, trained on a private high-quality dataset for structured information extraction.
|
39 |
It supports long documents and several languages (English, French, Spanish, German, Portuguese, and Italian).
|
|
|
27 |
<title>NuExtract-v1.5 Playground</title>
|
28 |
</head>
|
29 |
<body>
|
30 |
+
<h2>NuMind</h2>
|
31 |
<img src="https://cdn.prod.website-files.com/638364a4e52e440048a9529c/64188f405afcf42d0b85b926_logo_numind_final.png" alt="NuMind Logo" style="vertical-align: middle;width: 200px; height: 50px;">
|
32 |
+
<p>We are a startup developing custom information extraction solutions. NuExtract is a zero-shot model.</p>
|
33 |
+
<p>If you want the best performance on your problem, please contact us π.</p>
|
34 |
<ul>
|
35 |
<li><strong>Website</strong>: <a href="https://www.numind.ai/">https://www.numind.ai/</a></li>
|
36 |
</ul>
|
37 |
<br>
|
38 |
+
|
39 |
<h1>NuExtract-v1.5</h1>
|
40 |
<p>NuExtract-v1.5 is a fine-tuning of Phi-3.5-mini-instruct, trained on a private high-quality dataset for structured information extraction.
|
41 |
It supports long documents and several languages (English, French, Spanish, German, Portuguese, and Italian).
|