Instructions to use lukasbraach/langdecoder_rwth_pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lukasbraach/langdecoder_rwth_pretrain with Transformers:
# Load model directly from transformers import LanguageDecoder model = LanguageDecoder.from_pretrained("lukasbraach/langdecoder_rwth_pretrain", dtype="auto") - Notebooks
- Google Colab
- Kaggle