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 路
bcb6350
1
Parent(s): 91fe752
Training in progress, step 10
Browse files- pytorch_model.bin +1 -1
- tokenizer.json +1 -1
- training_args.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:b50802538797a48a87abd7dcb6c3aa97213a6345864f03bd026a2bb4c8396ee9
|
| 3 |
size 265491554
|
tokenizer.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"direction": "Right",
|
| 5 |
"max_length": 512,
|
| 6 |
"strategy": "OnlySecond",
|
| 7 |
-
"stride":
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
|
|
|
| 4 |
"direction": "Right",
|
| 5 |
"max_length": 512,
|
| 6 |
"strategy": "OnlySecond",
|
| 7 |
+
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c90d84b57673fd36831213421e0a09c4c830ffc4d03c44b027860e25ac7eb6dd
|
| 3 |
size 4536
|