artificialguybr commited on
Commit
1a85890
·
verified ·
1 Parent(s): ee6ae42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +31 -1
app.py CHANGED
@@ -50,7 +50,37 @@ iface = gr.Interface(
50
  ],
51
  outputs="text",
52
  title="Nemotron-3-8B-QA",
53
- description="Ask questions based on provided context.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  )
55
 
56
  iface.launch()
 
50
  ],
51
  outputs="text",
52
  title="Nemotron-3-8B-QA",
53
+ description="
54
+ <div style="text-align: center; font-size: 1.5em; margin-bottom: 20px;">
55
+ <strong>Unlock the Power of AI with Nemotron-3-8B-QA for Precision Question Answering</strong>
56
+ </div>
57
+
58
+ <p>
59
+ Dive into the realm of advanced AI with the Nemotron-3-8B-QA, a state-of-the-art language model fine-tuned by NVIDIA for unparalleled question answering performance. Built upon the robust Nemotron-3-8B architecture, this 8 billion parameter model is designed to understand and follow instructions with remarkable accuracy, providing you with precise answers to your queries.
60
+ </p>
61
+
62
+ <p>
63
+ <strong>How to Use:</strong>
64
+ </p>
65
+
66
+ <ol>
67
+ <li>Provide a <strong>context</strong> in the designated box, offering the model relevant information or background on your question.</li>
68
+ <li>Enter your <strong>question</strong> in the next box, making it as clear and specific as possible.</li>
69
+ <li>Click <strong>Submit</strong> to receive a detailed and accurate answer based on the provided context and the model's extensive knowledge base.</li>
70
+ </ol>
71
+
72
+ <p>
73
+ <strong>This cutting-edge question answering service is powered by NVIDIA NGC, ensuring top-notch performance and reliability, and is completely free to use.</strong>
74
+ </p>
75
+
76
+ <p>
77
+ <strong>Created by:</strong> @artificialguybr (<a href="https://twitter.com/artificialguybr">Twitter</a>)
78
+ </p>
79
+
80
+ <p>
81
+ <strong>Discover more:</strong> <a href="https://artificialguy.com">artificialguy.com</a>
82
+ </p>
83
+ ,
84
  )
85
 
86
  iface.launch()