Instructions to use TransQuest/siamesetransquest-da-en_de-wiki with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TransQuest/siamesetransquest-da-en_de-wiki with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="TransQuest/siamesetransquest-da-en_de-wiki")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("TransQuest/siamesetransquest-da-en_de-wiki") model = AutoModel.from_pretrained("TransQuest/siamesetransquest-da-en_de-wiki") - Notebooks
- Google Colab
- Kaggle
Commit ·
469775f
1
Parent(s): be048c4
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
language: en-de
|
| 3 |
tags:
|
| 4 |
- Quality Estimation
|
| 5 |
-
-
|
| 6 |
-
-
|
| 7 |
license: apache-2.0
|
| 8 |
---
|
| 9 |
|
|
|
|
| 2 |
language: en-de
|
| 3 |
tags:
|
| 4 |
- Quality Estimation
|
| 5 |
+
- siamesetransquest
|
| 6 |
+
- da
|
| 7 |
license: apache-2.0
|
| 8 |
---
|
| 9 |
|