Instructions to use KaiNylund/xglm-564M-lm-wmt-2020-0-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KaiNylund/xglm-564M-lm-wmt-2020-0-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="KaiNylund/xglm-564M-lm-wmt-2020-0-en")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("KaiNylund/xglm-564M-lm-wmt-2020-0-en") model = AutoModel.from_pretrained("KaiNylund/xglm-564M-lm-wmt-2020-0-en") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
80617ac | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:42e94637f6080af25263900f3bc14245bf47e839188b1253f69a0cbd21752e2b
size 2266371869
|