Instructions to use jfeil/GermanDefinitionGeneration-Wiktionary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use jfeil/GermanDefinitionGeneration-Wiktionary with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("google/mt5-base") model.load_adapter("jfeil/GermanDefinitionGeneration-Wiktionary", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,13 @@ adapter_name = model.load_adapter("jfeil/GermanDefinitionGeneration-Wiktionary",
|
|
| 48 |
|
| 49 |
## Evaluation results
|
| 50 |
|
| 51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
## Citation
|
| 54 |
|
|
|
|
| 48 |
|
| 49 |
## Evaluation results
|
| 50 |
|
| 51 |
+
Tested on Wiktionary test set
|
| 52 |
+
|
| 53 |
+
| | MeteorScore | ROUGE-L | BERTscore-F1 | MoverScore | Sentence Embedding Score |
|
| 54 |
+
|--------------|-------------|---------|--------------|------------|--------------------------|
|
| 55 |
+
| Wiktionary | 0.175 | 0.187 | 0.751 | 0.568 | 0.478 |
|
| 56 |
+
| Distillation | 0.103 | 0.109 | 0.675 | 0.536 | 0.369 |
|
| 57 |
+
|
| 58 |
|
| 59 |
## Citation
|
| 60 |
|