IProject-10
commited on
Commit
•
56c3129
1
Parent(s):
53bb388
Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,7 @@ Suitable for Question-Answering tasks, predicts answer spans within the context
|
|
40 |
For Question-Answering -
|
41 |
|
42 |
```python
|
|
|
43 |
from transformers import pipeline
|
44 |
|
45 |
# Replace this with your own checkpoint
|
|
|
40 |
For Question-Answering -
|
41 |
|
42 |
```python
|
43 |
+
!pip install transformers
|
44 |
from transformers import pipeline
|
45 |
|
46 |
# Replace this with your own checkpoint
|