Update app.py
Browse files
app.py
CHANGED
@@ -322,7 +322,7 @@ markdown_description = """
|
|
322 |
</head>
|
323 |
<body>
|
324 |
<h1>NuExtract</h1>
|
325 |
-
<p>NuExtract is model to transform any piece
|
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>
|
|
|
322 |
</head>
|
323 |
<body>
|
324 |
<h1>NuExtract</h1>
|
325 |
+
<p>NuExtract is a model to transform any piece of 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>
|