Edit model card

daT5-base

A smaller version of Google's mt5-base 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-base")
model = AutoModel.from_pretrained("emillykkejensen/daT5-base")

Further reading

Gist showing (in Danish) how the embeddings are extracted

Article explaining how to do it by David Dale

Also check out

daT5-large

Downloads last month
2
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.