sappho192 commited on
Commit
087e425
1 Parent(s): adf30ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -56,4 +56,8 @@ def translate(text_src):
56
  return text_trg
57
 
58
  print(translate(text))
59
- ```
 
 
 
 
 
56
  return text_trg
57
 
58
  print(translate(text))
59
+ ```
60
+
61
+ ## Training
62
+
63
+ Check the [training.ipynb](https://huggingface.co/sappho192/ffxiv-ja-ko-translator/blob/main/training.ipynb).