raihanpf22
commited on
Commit
•
63835cf
1
Parent(s):
09e7868
Upload config
Browse files- readme_template.md +1 -1
readme_template.md
CHANGED
@@ -39,7 +39,7 @@ The model is available for use in the NeMo toolkit [3], and can be used as a pre
|
|
39 |
### Automatically instantiate the model
|
40 |
|
41 |
```python
|
42 |
-
import nemo.collections.nlp as
|
43 |
model = nemo_nlp.models.question_answering.qa_bert_model.BERTQAModel.from_pretrained("raihanpf22/nlp_id_qa_bert_base_uncased")
|
44 |
```
|
45 |
|
|
|
39 |
### Automatically instantiate the model
|
40 |
|
41 |
```python
|
42 |
+
import nemo.collections.nlp as model
|
43 |
model = nemo_nlp.models.question_answering.qa_bert_model.BERTQAModel.from_pretrained("raihanpf22/nlp_id_qa_bert_base_uncased")
|
44 |
```
|
45 |
|