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