Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,8 @@ pipeline = transformers.pipeline(
|
|
22 |
device_map="auto",
|
23 |
)
|
24 |
sequences = pipeline(
|
25 |
-
"Question: Are group 2 innate lymphoid cells ( ILC2s ) increased in chronic rhinosinusitis with nasal polyps or eosinophilia?\
|
|
|
26 |
do_sample=True,
|
27 |
top_k=10,
|
28 |
num_return_sequences=1,
|
|
|
22 |
device_map="auto",
|
23 |
)
|
24 |
sequences = pipeline(
|
25 |
+
"Question: Are group 2 innate lymphoid cells ( ILC2s ) increased in chronic rhinosinusitis with nasal polyps or eosinophilia?\nAnswer:",
|
26 |
+
max_length=1000,
|
27 |
do_sample=True,
|
28 |
top_k=10,
|
29 |
num_return_sequences=1,
|