Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def generate_text(prompt):
|
|
12 |
output_text = output['choices'][0]['text']
|
13 |
return output_text
|
14 |
|
15 |
-
description = "Vicuna-
|
16 |
|
17 |
examples = [
|
18 |
["What is the capital of France? ", "The capital of France is Paris."],
|
|
|
12 |
output_text = output['choices'][0]['text']
|
13 |
return output_text
|
14 |
|
15 |
+
description = "Wizard-Vicuna-13B-Uncensored, max_tokens=468, temperature=0.1, top_p=0.5"
|
16 |
|
17 |
examples = [
|
18 |
["What is the capital of France? ", "The capital of France is Paris."],
|