Update README.md
Browse files
README.md
CHANGED
@@ -12,5 +12,21 @@ tags:
|
|
12 |
- transformer
|
13 |
---
|
14 |
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|