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