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