Spaces:
Sleeping
Sleeping
research14
commited on
Commit
β’
f340597
1
Parent(s):
4d398fe
updated description
Browse files
app.py
CHANGED
@@ -187,13 +187,16 @@ def interface():
|
|
187 |
## π Step-By-Step Instructions
|
188 |
|
189 |
- Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
|
190 |
-
-
|
|
|
|
|
191 |
- Select a Task from the Dropdown.
|
192 |
- Select a Linguistic Entity from the Dropdown.
|
193 |
- Click 'Submit' to send your inputs to the models.
|
194 |
- Scroll to the bottom and click 'Clear' to start again.
|
195 |
|
196 |
-
###
|
|
|
197 |
""")
|
198 |
|
199 |
# Inputs
|
|
|
187 |
## π Step-By-Step Instructions
|
188 |
|
189 |
- Enter a sentence for three models to process (Vicuna-7b, LLaMA-7b and GPT-3.5).
|
190 |
+
- If you own an OpenAI API key, select 'Yes' in the dropdown. If you don't own one, select 'No'.
|
191 |
+
- If you selected 'Yes', enter your OpenAI API Key [Link to your OpenAI keys](https://platform.openai.com/api-keys).
|
192 |
+
- If you selected 'No', leave the 'OpenAI Key' field blank and continue with the rest.
|
193 |
- Select a Task from the Dropdown.
|
194 |
- Select a Linguistic Entity from the Dropdown.
|
195 |
- Click 'Submit' to send your inputs to the models.
|
196 |
- Scroll to the bottom and click 'Clear' to start again.
|
197 |
|
198 |
+
### β³ After you click 'Submit', the models will take a couple seconds to process your inputs.
|
199 |
+
### π€ Then, the models will output the POS Tagging or Chunking in your prompt with three different strategies based on your selections!
|
200 |
""")
|
201 |
|
202 |
# Inputs
|