Instructions to use goodcoffee/Distilled_bert_CovidQA_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use goodcoffee/Distilled_bert_CovidQA_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="goodcoffee/Distilled_bert_CovidQA_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("goodcoffee/Distilled_bert_CovidQA_model") model = AutoModelForQuestionAnswering.from_pretrained("goodcoffee/Distilled_bert_CovidQA_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit 路
91fe752
1
Parent(s): e9ad74d
Training in progress, step 500
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 265491554
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8a27f1b28d0a7e1e51f4fa36f8b6ce4f2a98a987f4f467537d4078cc228f406
|
| 3 |
size 265491554
|