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