Dhruvil47 commited on
Commit
e9ad90a
1 Parent(s): 5360d39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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?\nAnsw> max_length=1000,
 
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,