Instructions to use sarakolding/daT5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sarakolding/daT5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sarakolding/daT5-base") model = AutoModelForSeq2SeqLM.from_pretrained("sarakolding/daT5-base") - Notebooks
- Google Colab
- Kaggle
Commit ·
0a65931
1
Parent(s): f7cc925
added changes
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
-
|
| 3 |
-
This repository contains a language-specific mT5-base, where the vocabulary is condensed to only include tokens used in Danish and English.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- da
|
| 4 |
+
|
| 5 |
+
---
|
| 6 |
|
| 7 |
+
This repository contains a language-specific mT5-base, where the vocabulary is condensed to include tokens used in Danish and English.
|
|
|