Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
library_name: transformers
|
3 |
datasets:
|
4 |
- DebasishDhal99/German_Names_Central_And_Eastern_Europe
|
|
|
5 |
language:
|
6 |
- pl
|
7 |
- de
|
@@ -13,8 +14,11 @@ pipeline_tag: translation
|
|
13 |
# Model Card for Model ID
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
-
Input = Polish toponym (say Stare Miasto, literally Old city)
|
17 |
-
|
|
|
|
|
|
|
18 |
|
19 |
# Inference Code
|
20 |
|
|
|
2 |
library_name: transformers
|
3 |
datasets:
|
4 |
- DebasishDhal99/German_Names_Central_And_Eastern_Europe
|
5 |
+
- DebasishDhal99/german-polish-paired-placenames
|
6 |
language:
|
7 |
- pl
|
8 |
- de
|
|
|
14 |
# Model Card for Model ID
|
15 |
|
16 |
<!-- Provide a quick summary of what the model is/does. -->
|
17 |
+
Input = Polish toponym (say Stare Miasto, literally Old city)
|
18 |
+
|
19 |
+
Output = Equivalent toponym (say Altstadt, meaning Old city)
|
20 |
+
|
21 |
+
Table of sample outputs at the bottom
|
22 |
|
23 |
# Inference Code
|
24 |
|