Instructions to use Asmit/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Asmit/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Asmit/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Asmit/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("Asmit/bert-finetuned-squad") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec03_07-50-35_c1920637c46a
- Dec05_01-02-33_47acee888f59
- Dec05_02-41-46_47acee888f59
- Dec11_03-43-33_26b0c8db57bc
- Dec21_01-35-32_a67daaab5c89
- Dec22_04-06-52_0cf0b50a4182
- Dec24_01-16-54_b1e3a5422502
- Dec29_09-30-53_33f5a8077a0d
- Dec29_12-57-28_CSPLBLRLP268
- Dec29_14-51-03_CSPLBLRLP268
- Jan01_12-59-34_CSPLBLRLP268
- Jan02_04-09-17_d2e95bef6f7d
- Jan02_09-18-44_35e4432e8dd8
- Jan12_09-18-28_2c6ae5e392f9
- Jan16_03-53-47_8b32c2785fca
- Jan17_05-48-12_ab1827252225
- Jan25_05-59-55_91d905d7503f
- Mar30_08-24-23_f5f60a384040