Instructions to use golightly/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use golightly/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="golightly/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("golightly/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("golightly/bert-finetuned-squad") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 58ecac128f14e7f070148c3b5a55373f55414de9430f56578d9f59dc209c81d0
- Size of remote file:
- 431 MB
- SHA256:
- dcf1b198753cff963bc1cb38e51a2bd92ae242daf83c8d556a0bd1ff2ff95e68
路
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.