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