Commit
·
66b6987
1
Parent(s):
1673378
Update README.md
Browse files
README.md
CHANGED
@@ -32,3 +32,5 @@ translation = tokenizer.batch_decode(translated_tokens, skip_special_tokens=True
|
|
32 |
|
33 |
print("CH : ", test_string , " // EN : ", translation)```
|
34 |
|
|
|
|
|
|
32 |
|
33 |
print("CH : ", test_string , " // EN : ", translation)```
|
34 |
|
35 |
+
Translation sample and comparison with Google Translate and DeepL : https://docs.google.com/spreadsheets/d/1J1i9P0nyI9q5-m2iZGSUatt3ZdHSxU8NOp9tJH7wxsk/edit?usp=sharing
|
36 |
+
|