Instructions to use sapienzanlp/sentinel-src-da with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sapienzanlp/sentinel-src-da with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="sapienzanlp/sentinel-src-da")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sapienzanlp/sentinel-src-da", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,8 @@ license: cc-by-nc-sa-4.0
|
|
| 16 |
|
| 17 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|
| 18 |
<a href="https://2024.aclweb.org/"><img src="http://img.shields.io/badge/ACL-2024-4b44ce.svg"></a>
|
| 19 |
-
<a href="https://aclanthology.org/2024.acl-long.856/"><img src="http://img.shields.io/badge/paper-ACL--anthology-B31B1B.svg"></a>
|
|
|
|
| 20 |
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg"></a>
|
| 21 |
</div>
|
| 22 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|
|
|
|
| 16 |
|
| 17 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|
| 18 |
<a href="https://2024.aclweb.org/"><img src="http://img.shields.io/badge/ACL-2024-4b44ce.svg"></a>
|
| 19 |
+
<a href="https://aclanthology.org/2024.acl-long.856/"><img src="http://img.shields.io/badge/paper-ACL--anthology-B31B1B.svg"></a>
|
| 20 |
+
<a href="https://arxiv.org/abs/2408.13831"><img src="https://img.shields.io/badge/arXiv-2408.13831-b31b1b.svg"></a>
|
| 21 |
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg"></a>
|
| 22 |
</div>
|
| 23 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|