shaina commited on
Commit
ec45239
1 Parent(s): f36ee4f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,16 +1,27 @@
1
  ---
2
  language: en
3
- license: mit
 
 
4
  datasets:
5
- - covid19
6
  ---
7
 
 
 
 
 
 
 
 
 
 
8
  # CoQUAD_MPNet : MPNet model for COVID-19
9
  ## Introduction
10
  It is a state-of-the-art language model for MPNet for Covid-19 dataset with focus on post-covid.
11
  ## How to use for Deepset Haystack
12
 
13
- ```
14
  !sudo apt-get install git-lfs
15
  !git lfs install
16
  !git clone https://huggingface.co/shaina/CoQUAD_MPNet
 
1
  ---
2
  language: en
3
+ tags:
4
+ - exbert
5
+ license: apache-2.0
6
  datasets:
7
+ - covid-19
8
  ---
9
 
10
+
11
+ #Load data
12
+
13
+ ```python
14
+ from datasets import load_dataset
15
+
16
+ dataset = load_dataset("shaina/covid19")
17
+ ```
18
+
19
  # CoQUAD_MPNet : MPNet model for COVID-19
20
  ## Introduction
21
  It is a state-of-the-art language model for MPNet for Covid-19 dataset with focus on post-covid.
22
  ## How to use for Deepset Haystack
23
 
24
+ ```python
25
  !sudo apt-get install git-lfs
26
  !git lfs install
27
  !git clone https://huggingface.co/shaina/CoQUAD_MPNet