liamcripwell commited on
Commit
ed31a45
1 Parent(s): dfcb45c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -322,7 +322,7 @@ markdown_description = """
322
  </head>
323
  <body>
324
  <h1>NuExtract</h1>
325
- <p>NuExtract is a fine-tuned version of Phi-3-mini, on a private high-quality syntactic dataset of information extraction tasks. To use the model, provide an input text (less than 2000 tokens) and a JSON schema describing the information you need to extract. 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.</p>
326
  <ul>
327
  <li><strong>Model</strong>: <a href="https://huggingface.co/numind/NuExtract">numind/NuExtract</a></li>
328
  </ul>
 
322
  </head>
323
  <body>
324
  <h1>NuExtract</h1>
325
+ <p>NuExtract is a fine-tuned version of Phi-3-mini, trained on a private high-quality synthetic dataset of information extraction tasks. 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 input/output example to help the model understand your task more precisely.</p>
326
  <ul>
327
  <li><strong>Model</strong>: <a href="https://huggingface.co/numind/NuExtract">numind/NuExtract</a></li>
328
  </ul>