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