Instructions to use sapienzanlp/relik-reader-deberta-v3-large-aida with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sapienzanlp/relik-reader-deberta-v3-large-aida with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sapienzanlp/relik-reader-deberta-v3-large-aida", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sapienzanlp/relik-reader-deberta-v3-large-aida", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ language:
|
|
| 15 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|
| 16 |
<a href="https://2024.aclweb.org/"><img src="http://img.shields.io/badge/ACL-2024-4b44ce.svg"></a>
|
| 17 |
<a href="https://aclanthology.org/"><img src="http://img.shields.io/badge/paper-ACL--anthology-B31B1B.svg"></a>
|
| 18 |
-
<a href="https://arxiv.org/abs/
|
| 19 |
</div>
|
| 20 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|
| 21 |
<a href="https://huggingface.co/collections/sapienzanlp/relik-retrieve-read-and-link-665d9e4a5c3ecba98c1bef19"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Collection-FCD21D"></a>
|
|
|
|
| 15 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|
| 16 |
<a href="https://2024.aclweb.org/"><img src="http://img.shields.io/badge/ACL-2024-4b44ce.svg"></a>
|
| 17 |
<a href="https://aclanthology.org/"><img src="http://img.shields.io/badge/paper-ACL--anthology-B31B1B.svg"></a>
|
| 18 |
+
<a href="https://arxiv.org/abs/2408.00103"><img src="https://img.shields.io/badge/arXiv-2408.00103-b31b1b.svg"></a>
|
| 19 |
</div>
|
| 20 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|
| 21 |
<a href="https://huggingface.co/collections/sapienzanlp/relik-retrieve-read-and-link-665d9e4a5c3ecba98c1bef19"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Collection-FCD21D"></a>
|