liamcripwell commited on
Commit
bf0a850
·
verified ·
1 Parent(s): e963e00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ base_model: microsoft/Phi-3.5-mini-instruct
15
 
16
  # NuExtract-v1.5 by NuMind 🔥
17
 
18
- NuExtract is a fine-tuning of [Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct), 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).
19
  To use the model, provide an input text and a JSON template describing the information you need to extract.
20
 
21
  Note: This model is trained to prioritize pure extraction, so in most cases all text generated by the model is present as is in the original text.
 
15
 
16
  # NuExtract-v1.5 by NuMind 🔥
17
 
18
+ NuExtract-v1.5 is a fine-tuning of [Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct), 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).
19
  To use the model, provide an input text and a JSON template describing the information you need to extract.
20
 
21
  Note: This model is trained to prioritize pure extraction, so in most cases all text generated by the model is present as is in the original text.