Instructions to use MarkS/bart-base-qa2d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MarkS/bart-base-qa2d with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MarkS/bart-base-qa2d") model = AutoModelForSeq2SeqLM.from_pretrained("MarkS/bart-base-qa2d") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ I compared the my model with other rule base models, including
|
|
| 12 |
|
| 13 |
and
|
| 14 |
|
| 15 |
-
> [paper2](https://arxiv.org/pdf/2112.03849.pdf) (2021), which
|
| 16 |
|
| 17 |
**Here are results compared to 2 Encoder Pointer-Gen model (on testset released by paper1)**
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
and
|
| 14 |
|
| 15 |
+
> [paper2](https://arxiv.org/pdf/2112.03849.pdf) (2021), which proposes **RBV2 model**
|
| 16 |
|
| 17 |
**Here are results compared to 2 Encoder Pointer-Gen model (on testset released by paper1)**
|
| 18 |
|