Instructions to use raihanpf22/nlp_id_qa_bert_base_uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use raihanpf22/nlp_id_qa_bert_base_uncased with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
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 |
|