davanstrien HF staff commited on
Commit
c9d2146
1 Parent(s): 437afde

Update app.py: Improve Genstruct-7B Text Generation Demo

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -41,12 +41,14 @@ description = """
41
  <p>This demo showcases the Genstruct-7B model, an innovative instruction-generation AI designed to create valid instructions from raw text. Here's what you can do:</p>
42
 
43
  <ul>
44
- <li>Input a title and content in the style of a Wikipedia article or informative blog post.</li>
45
- <li>See the model generated questions and detailed reasoning based on your input.</li>
46
- <li>Explore how Genstruct-7B can be used to create partially synthetic instruction datasets from any raw text corpus.</li>
47
  </ul>
48
 
49
  <p>Genstruct-7B stands out by grounding its generations in user-provided context, allowing for the creation of questions involving complex scenarios that require step-by-step reasoning. Give it a try and see how it can enhance your text generation tasks!</p>
 
 
50
  """
51
 
52
 
 
41
  <p>This demo showcases the Genstruct-7B model, an innovative instruction-generation AI designed to create valid instructions from raw text. Here's what you can do:</p>
42
 
43
  <ul>
44
+ <li>Input a title and content in the style of a Wikipedia article or informative blog post.</li>
45
+ <li>See the model generated questions and detailed reasoning based on your input.</li>
46
+ <li>Explore how Genstruct-7B can be used to create partially synthetic instruction datasets from any raw text corpus.</li>
47
  </ul>
48
 
49
  <p>Genstruct-7B stands out by grounding its generations in user-provided context, allowing for the creation of questions involving complex scenarios that require step-by-step reasoning. Give it a try and see how it can enhance your text generation tasks!</p>
50
+
51
+ <p>For more information about the Genstruct-7B model, visit <a href="https://huggingface.co/NousResearch/Genstruct-7B">https://huggingface.co/NousResearch/Genstruct-7B</a>.</p>
52
  """
53
 
54