IProject-10
commited on
Commit
路
eafeca5
1
Parent(s):
790c16d
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,6 @@ For Question-Answering -
|
|
39 |
!pip install transformers
|
40 |
from transformers import pipeline
|
41 |
|
42 |
-
# Replace this with your own checkpoint
|
43 |
model_checkpoint = "IProject-10/bert-base-uncased-finetuned-squad2"
|
44 |
question_answerer = pipeline("question-answering", model=model_checkpoint)
|
45 |
|
|
|
39 |
!pip install transformers
|
40 |
from transformers import pipeline
|
41 |
|
|
|
42 |
model_checkpoint = "IProject-10/bert-base-uncased-finetuned-squad2"
|
43 |
question_answerer = pipeline("question-answering", model=model_checkpoint)
|
44 |
|