Migrate model card from transformers-repo
Browse filesRead announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/stas/tiny-wmt19-en-de/README.md
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- de
|
5 |
+
thumbnail:
|
6 |
+
tags:
|
7 |
+
- wmt19
|
8 |
+
- testing
|
9 |
+
license: apache-2.0
|
10 |
+
datasets:
|
11 |
+
- wmt19
|
12 |
+
metrics:
|
13 |
+
- bleu
|
14 |
+
---
|
15 |
+
|
16 |
+
# Tiny FSMT
|
17 |
+
|
18 |
+
This is a tiny model that is used in the `transformers` test suite. It doesn't do anything useful, other than testing that `FSMT` works.
|