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