etiennebcp
commited on
Commit
•
463c465
1
Parent(s):
ed31a45
Update app.py
Browse files
app.py
CHANGED
@@ -322,15 +322,14 @@ markdown_description = """
|
|
322 |
</head>
|
323 |
<body>
|
324 |
<h1>NuExtract</h1>
|
325 |
-
<p>NuExtract is
|
|
|
326 |
<ul>
|
327 |
<li><strong>Model</strong>: <a href="https://huggingface.co/numind/NuExtract">numind/NuExtract</a></li>
|
328 |
</ul>
|
329 |
-
<p>You can also find a smaller version of the model, NuExtract-tiny (0.5B) here: <a href="https://huggingface.co/numind/NuExtract-tiny">numind/NuExtract-tiny</a></p>
|
330 |
-
<br>
|
331 |
<br>
|
332 |
<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;">
|
333 |
-
<p>We are a startup developing NuMind, a tool to create custom Information Extraction models.
|
334 |
<br>
|
335 |
</p>
|
336 |
<ul>
|
|
|
322 |
</head>
|
323 |
<body>
|
324 |
<h1>NuExtract</h1>
|
325 |
+
<p>NuExtract is model to transform any piece fo text into a structured output. You can use it to tackle any information extraction problem you have.
|
326 |
+
To use the model, provide an input text (less than 2000 tokens) and a JSON template describing the information you need to extract. This model is purely extractive, so all information output by the model is present as is in the text. You can also provide a full output example to help the model understand your task more precisely.</p>
|
327 |
<ul>
|
328 |
<li><strong>Model</strong>: <a href="https://huggingface.co/numind/NuExtract">numind/NuExtract</a></li>
|
329 |
</ul>
|
|
|
|
|
330 |
<br>
|
331 |
<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;">
|
332 |
+
<p>We are a startup developing NuMind, a tool to create custom Information Extraction models. NuExtract is a zero-shot model. If you want better performance, the best way is to use it through NuMind. Don't hesitate to contact us :).
|
333 |
<br>
|
334 |
</p>
|
335 |
<ul>
|