Instructions to use hoang14/test_qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hoang14/test_qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="hoang14/test_qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("hoang14/test_qa") model = AutoModelForQuestionAnswering.from_pretrained("hoang14/test_qa") - Notebooks
- Google Colab
- Kaggle
Upload DistilBertForQuestionAnswering
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 260804645
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3aa0e4390734cb36a7e31ae37f7c918516661c33af9a53760a504d0da8efbb70
|
| 3 |
size 260804645
|