Lowenzahn commited on
Commit
d551ea3
ยท
verified ยท
1 Parent(s): f78a7ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -12,5 +12,21 @@ tags:
12
  - transformer
13
  ---
14
 
15
- Model in training.
16
- I will upload as soon as possible.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - transformer
13
  ---
14
 
15
+ # KoEn-Translation-Transformer-v0.1
16
+
17
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/646704281dd5854d4de2cdda/0vbsHloyYdsS9vgdaRRTs.webp" width="500" />
18
+
19
+ ## Full Training and Dataset Preprocessing codes:
20
+
21
+ Check out my github: https://github.com/Hyeongmin-Cho/Transformer-from-Scratch-in-Pytorch
22
+
23
+ Due to limited computing resources, the model did not reach its optimal point during training.
24
+ However, its performance is satisfactory.
25
+ If further improvement is required, continual training could be considered.
26
+
27
+ ## Translation Example
28
+ ```
29
+ - ์ž…๋ ฅ ํ•œ๊ตญ์–ด: ์œ ๊ฐ์Šค๋Ÿฝ๊ฒŒ๋„ 2018๋…„ 1์›” 9์ผ์— ์ œ๊ฐ€ ๋ฐ›์€ ์ฒ™์ถ” ์ˆ˜์ˆ ๊ณผ ๊ด€๋ จ๋œ ๋ณ‘์›๋น„๋ฅผ ์ œ๊ฐ€ ๋‚ฉ๋ถ€ํ•  ๋Šฅ๋ ฅ์ด ์—†์Œ์„ ์•Œ๋ ค ๋“œ๋ฆฌ๊ณ ์ž ์ด ํŽธ์ง€๋ฅผ ์”๋‹ˆ๋‹ค.
30
+ - ์ •๋‹ต ๋ฒˆ์—ญ: I am writing to inform you that unfortunately I am unable to pay the medical bill associated with the back surgery I received on January 9, 2018.
31
+ - ๋ชจ๋ธ ๋ฒˆ์—ญ: I'm writing this letter to inform you that I have no ability to pay for the hospital expenses related to my spinal surgery on January 9, 2018.
32
+ ```