Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,25 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
|
| 4 |
widget:
|
| 5 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
|
| 9 |
This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on scholarly articles in virology.
|
| 10 |
-
It produces structured summaries in JSON format from paper's context (title and abstract) for the research theme "R0 value
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
widget:
|
| 4 |
+
- text: >-
|
| 5 |
+
This paper analyses the evolution of COVID 19 disease in Cameroon over the
|
| 6 |
+
period March 6 April 2020 using SIR model. Specifically, 1) we evaluate the
|
| 7 |
+
basic reproduction number of the virus. 2) Determine the peak of the
|
| 8 |
+
infection and the spread-out period of the disease. 3) Simulate the
|
| 9 |
+
interventions of public health authorities. Data used in this study is
|
| 10 |
+
obtained from the Ministry of Health of Cameroon. The results suggest that
|
| 11 |
+
over the period, the reproduction number of the COVID 19 in Cameroon is
|
| 12 |
+
about 1.5 and the peak of the infection could occur at the end of May 2020
|
| 13 |
+
with about 7.7% of the population infected. Besides, implementation of
|
| 14 |
+
efficient public health policies could help flattens the epidemic curve.
|
| 15 |
+
language:
|
| 16 |
+
- en
|
| 17 |
---
|
| 18 |
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on scholarly articles in virology.
|
| 21 |
+
It produces structured summaries in JSON format from paper's context (title and abstract) for the research theme "R0 value of infectious diseases".
|
| 22 |
+
|
| 23 |
+
### Resources for more information:
|
| 24 |
+
- [Research paper](https://arxiv.org/abs/2401.10040)
|
| 25 |
+
- [GitHub Repo](https://github.com/mahsaSH717/R0_Structured_Information_Extraction.git)
|