shaina commited on
Commit
086691f
1 Parent(s): ec45239

Update README.md

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