IProject-10
commited on
Commit
•
18737d0
1
Parent(s):
ca19182
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ For Question-Answering -
|
|
38 |
```python
|
39 |
!pip install transformers
|
40 |
from transformers import pipeline
|
41 |
-
model_checkpoint = "IProject-10/
|
42 |
question_answerer = pipeline("question-answering", model=model_checkpoint)
|
43 |
|
44 |
context = """
|
|
|
38 |
```python
|
39 |
!pip install transformers
|
40 |
from transformers import pipeline
|
41 |
+
model_checkpoint = "IProject-10/albert-base-v2-finetuned-squad2"
|
42 |
question_answerer = pipeline("question-answering", model=model_checkpoint)
|
43 |
|
44 |
context = """
|