JAlexis commited on
Commit
d727d4f
·
1 Parent(s): 52e7f8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -15
README.md CHANGED
@@ -1,19 +1,21 @@
1
-
2
- **This model was obtained by fine-tuning deepset/bert-base-cased-squad2 on Cord19 Dataset.**
3
-
4
- ## Overview
5
- ```
6
- Language model: deepset/bert-base-cased-squad2
7
- Language: English
8
- Downstream-task: Q&A
9
- Datasets: CORD-19 from 31rd January 2022
10
- Code: Haystack and FARM
11
- Infrastructure: Tesla T4
12
- ```
13
-
14
-
15
  widget:
16
  - text: "How can I protect myself against covid-19?"
 
 
 
 
 
17
 
18
  ## How to use
19
 
@@ -28,6 +30,15 @@ inputs = {
28
  nlp(inputs)
29
  ```
30
 
 
 
 
 
 
 
 
 
 
31
 
32
  ## Hyperparameters
33
  ```
@@ -37,4 +48,4 @@ max_seq_len = max_length
37
  learning_rate = AdamW: 1e-5
38
  ```
39
 
40
-
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - pytorch
5
+ - question-answering
6
+ datasets:
7
+ - squad2
8
+ - cord19
9
+ metrics:
10
+ - exact
11
+ - f1
 
 
 
12
  widget:
13
  - text: "How can I protect myself against covid-19?"
14
+ 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."
15
+ ---
16
+
17
+ ## Model description
18
+ This model was obtained by fine-tuning deepset/bert-base-cased-squad2 on Cord19 Dataset.
19
 
20
  ## How to use
21
 
 
30
  nlp(inputs)
31
  ```
32
 
33
+ ## Overview
34
+ ```
35
+ Language model: deepset/bert-base-cased-squad2
36
+ Language: English
37
+ Downstream-task: Q&A
38
+ Datasets: CORD-19 from 31rd January 2022
39
+ Code: Haystack and FARM
40
+ Infrastructure: Tesla T4
41
+ ```
42
 
43
  ## Hyperparameters
44
  ```
 
48
  learning_rate = AdamW: 1e-5
49
  ```
50
 
51
+