daT5-large

A smaller version of Google's mt5-large model, where the original model is reduced to only include Danish embeddings.

How to use

from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("emillykkejensen/daT5-large")
model = AutoModel.from_pretrained("emillykkejensen/daT5-large")

Further reading

Gist showing (in Danish) how the embeddings are extracted (for mt5-base)

Article explaining how to do it by David Dale

Also check out

daT5-base

Downloads last month
113
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.