Instructions to use Kate-lf/rag-qa-base-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kate-lf/rag-qa-base-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Kate-lf/rag-qa-base-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Kate-lf/rag-qa-base-bert") model = AutoModelForQuestionAnswering.from_pretrained("Kate-lf/rag-qa-base-bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e37b3f7b2ca94cd9e0b65fdf60fd04d83018c783b8efb7102c102d99d3072be9
- Size of remote file:
- 5.78 kB
- SHA256:
- adb5622744e02f39001e55ea363f2a99bdc7f609ba7f8153faec66a5aceecb44
Β·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.