Spaces:
Runtime error
Runtime error
fix typo
Browse files
app.py
CHANGED
|
@@ -212,10 +212,10 @@ def chat(
|
|
| 212 |
examples = [
|
| 213 |
[
|
| 214 |
# Question Answering
|
| 215 |
-
'''What are some good plans to collect all mosquitoes''', "Q/A - EQHA", 256, 1.0, 0.85, -999, "<|endoftext|>"],
|
| 216 |
[
|
| 217 |
# Question Answering
|
| 218 |
-
'''What are some good plans to collect all mosquitoes''', "Q/A - AE", 256, 1.0, 0.85, -999, "<|endoftext|>"],
|
| 219 |
[
|
| 220 |
# Question Answering
|
| 221 |
'''What is the capital of Germany?''', "Q/A - AE", 25, 0.2, 0.8, 0, "<|endoftext|>,\\n"],
|
|
|
|
| 212 |
examples = [
|
| 213 |
[
|
| 214 |
# Question Answering
|
| 215 |
+
'''What are some good plans to collect all mosquitoes?''', "Q/A - EQHA", 256, 1.0, 0.85, -999, "<|endoftext|>"],
|
| 216 |
[
|
| 217 |
# Question Answering
|
| 218 |
+
'''What are some good plans to collect all mosquitoes?''', "Q/A - AE", 256, 1.0, 0.85, -999, "<|endoftext|>"],
|
| 219 |
[
|
| 220 |
# Question Answering
|
| 221 |
'''What is the capital of Germany?''', "Q/A - AE", 25, 0.2, 0.8, 0, "<|endoftext|>,\\n"],
|