JAlexis commited on
Commit
e3176bb
1 Parent(s): 8c648ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  language: en
 
 
 
 
3
 
4
 
5
  widget:
@@ -22,8 +26,6 @@ nlp = pipeline('question-answering', model=model_name, tokenizer=model_name)
22
  inputs = {
23
  'question': 'How can I protect myself against covid-19?',
24
  'context': 'Preventative measures consist of recommendations to wear a mask in public, maintain social distancing of at least six feet, wash hands regularly, and use hand sanitizer. To facilitate this aim, we adapt the conceptual model and measures of Liao et al. [6] to the current context of the COVID-19 pandemic and the culture of the USA. Applying this model in a different time and context provides an opportunity to make comparisons of reactions to information sources across a decade of evolving attitudes toward media and government, between two cultures (Hong Kong vs. the USA), and between two considerably different global pandemics (H1N1 vs. COVID-19). ',
25
- 'question': 'How can I protect myself against covid-19?',
26
- 'context': ' ',
27
  }
28
  nlp(inputs)
29
  ```
1
  ---
2
  language: en
3
+ #epoch 7
4
+ #batch size 14
5
+ #lr 5e-5
6
+
7
 
8
 
9
  widget:
26
  inputs = {
27
  'question': 'How can I protect myself against covid-19?',
28
  'context': 'Preventative measures consist of recommendations to wear a mask in public, maintain social distancing of at least six feet, wash hands regularly, and use hand sanitizer. To facilitate this aim, we adapt the conceptual model and measures of Liao et al. [6] to the current context of the COVID-19 pandemic and the culture of the USA. Applying this model in a different time and context provides an opportunity to make comparisons of reactions to information sources across a decade of evolving attitudes toward media and government, between two cultures (Hong Kong vs. the USA), and between two considerably different global pandemics (H1N1 vs. COVID-19). ',
 
 
29
  }
30
  nlp(inputs)
31
  ```