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
| { | |
| "word_embedding_dimension": 1024, | |
| "pooling_mode_cls_token": false, | |
| "pooling_mode_mean_tokens": true, | |
| "pooling_mode_max_tokens": false, | |
| "pooling_mode_mean_sqrt_len_tokens": false | |
| } |