JAlexis commited on
Commit
02275d4
·
1 Parent(s): 55a50ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ model_name = "JAlexis/PruebaBert"
24
  nlp = pipeline('question-answering', model=model_name, tokenizer=model_name)
25
  inputs = {
26
  'question': 'How can I protect myself against covid-19?',
27
- 'context': 'This paper explores how trust in formal information sources (government and media) and informal information sources (interpersonal) about COVID-19 influences compliance with preventive measures. This cross-sectional study uses convenience sampling of 478 adult participants. Data analyses using structural equation modeling with multigroup comparisons examine hypothesized relationships between trust in information sources and preventative behaviors and social distancing. Results suggest that understanding of COVID-19 causes is related to trust in formal information sources, but not to trust in informal information. Self-efficacy for prevention is related to trust in informal information sources, but not to trust in formal information sources. Worry about contracting COVID-19 is related to trust in formal information sources, but not to informal ones. Engaging in preventive measures is linked to both self-efficacy for prevention and worry, while social distancing was related only to worry. These findings have important implications for public health policy guidelines centered on clear and truthful media messages. The findings also facilitate comparative analyses 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 different global pandemics. '
28
  }
29
  nlp(inputs)
30
  ```
 
24
  nlp = pipeline('question-answering', model=model_name, tokenizer=model_name)
25
  inputs = {
26
  'question': 'How can I protect myself against covid-19?',
27
+ 'context': 'Public health policies and guidelines should be put in place for clear and truthful media messages. Second, worry about contracting COVID-19 was also related to formal informational sources. This calls for attention toward what and how government officials (federal, state, and local) provide information to the public. Third, public health experts should work with policy makers to articulate the importance of using gain-framed massages that appeal to both genders (e.g., I feel confident about my ability to prevent COVID -19 simply by talking to my friends about hand washing, face masks, etc.). '
28
  }
29
  nlp(inputs)
30
  ```