Instructions to use ron-the-code/my_awesome_qa_model_BERT_Tutorial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ron-the-code/my_awesome_qa_model_BERT_Tutorial with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ron-the-code/my_awesome_qa_model_BERT_Tutorial")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ron-the-code/my_awesome_qa_model_BERT_Tutorial") model = AutoModelForQuestionAnswering.from_pretrained("ron-the-code/my_awesome_qa_model_BERT_Tutorial") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6e83cc5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7b0ded36609bed28c407988a1fd79ada8a29b8d57d49a8135c6c4797677802ff
size 265470032
|