tikim commited on
Commit
9fdf052
·
1 Parent(s): 933313b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -11,17 +11,15 @@ tags:
11
  - transformer
12
  - pytorch
13
  ---
14
-
15
  # Japanese to Korean translator for FFXIV
16
 
17
  **FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.**
18
 
19
  This project is detailed on the [Github repo](https://github.com/sappho192/ffxiv-ja-ko-translator).
20
 
21
-
22
  # Usage
23
 
24
- Refer to the `test_eval.ipynb`.
25
 
26
  ## Inference
27
 
@@ -54,4 +52,4 @@ def translate(text_src):
54
  return text_trg
55
 
56
  print(translate(text))
57
- ```
 
11
  - transformer
12
  - pytorch
13
  ---
 
14
  # Japanese to Korean translator for FFXIV
15
 
16
  **FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.**
17
 
18
  This project is detailed on the [Github repo](https://github.com/sappho192/ffxiv-ja-ko-translator).
19
 
 
20
  # Usage
21
 
22
+ Check the [test_eval.ipynb](https://huggingface.co/sappho192/ffxiv-ja-ko-translator/blob/main/test_eval.ipynb) or below section.
23
 
24
  ## Inference
25
 
 
52
  return text_trg
53
 
54
  print(translate(text))
55
+ ```