Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Translate datasets
|
3 |
+
emoji: π
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.24.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
This translates english datasets to German with wmt21.
|
12 |
+
|
13 |
+
It is yet a prototype. As soon as it works, we could add further dataset types and languages.
|