Instructions to use badalsahani/oneAPI_roberta_QA_Model_kaggle_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use badalsahani/oneAPI_roberta_QA_Model_kaggle_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="badalsahani/oneAPI_roberta_QA_Model_kaggle_2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("badalsahani/oneAPI_roberta_QA_Model_kaggle_2") model = AutoModelForQuestionAnswering.from_pretrained("badalsahani/oneAPI_roberta_QA_Model_kaggle_2") - Notebooks
- Google Colab
- Kaggle
Commit 路
b3d1eca
1
Parent(s): 5867214
Training in progress, step 500
Browse files- pytorch_model.bin +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 496294633
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e506b13a341ebc0f9b5c67a4744b91ebe405e8f4fc13a1f19329b80f19fd7a5
|
| 3 |
size 496294633
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45d6ca700e38c41f8b112d2c602ae9f836ce80c544b092d34ebe1d3eebcf08d5
|
| 3 |
size 4091
|