Instructions to use intanm/mdeberta-squad2-webis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use intanm/mdeberta-squad2-webis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="intanm/mdeberta-squad2-webis")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("intanm/mdeberta-squad2-webis") model = AutoModelForQuestionAnswering.from_pretrained("intanm/mdeberta-squad2-webis") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,8 @@ tags:
|
|
| 5 |
model-index:
|
| 6 |
- name: 20230430-002-baseline-mdeberta-qa-ft-clickbait-spoiling
|
| 7 |
results: []
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -62,4 +64,4 @@ The following hyperparameters were used during training:
|
|
| 62 |
- Transformers 4.28.1
|
| 63 |
- Pytorch 2.0.0+cu118
|
| 64 |
- Datasets 2.12.0
|
| 65 |
-
- Tokenizers 0.13.3
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: 20230430-002-baseline-mdeberta-qa-ft-clickbait-spoiling
|
| 7 |
results: []
|
| 8 |
+
datasets:
|
| 9 |
+
- Tugay/clickbait-spoiling
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 64 |
- Transformers 4.28.1
|
| 65 |
- Pytorch 2.0.0+cu118
|
| 66 |
- Datasets 2.12.0
|
| 67 |
+
- Tokenizers 0.13.3
|