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