README initial commit
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
tags:
|
5 |
+
- Transformer
|
6 |
+
- korean
|
7 |
+
- romanization
|
8 |
+
- person name
|
9 |
+
- 한국어
|
10 |
license: cc-by-nc-sa-4.0
|
11 |
---
|
12 |
+
|
13 |
+
# <font color="IndianRed"> BertForSequenceClassification model (Classical Chinese) </font>
|
14 |
+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1jVu2LrNwkLolItPALKGNjeT6iCfzF8Ic?usp=sharing/)
|
15 |
+
|
16 |
+
This Korean-person-name-romanization-transformer model is intended to convert Korean person name into English romanization. The model's input sentence is a Korean name, and the output sentence is its corresponding English romanization.
|
17 |
+
|
18 |
+
## <font color="IndianRed"> Model description </font>
|
19 |
+
|
20 |
+
The transformer model has an encoder and a decoder, in which the encoder takes a sentence in the source language and the decoder outputs it into the target language.
|
21 |
+
|
22 |
+
## <font color="IndianRed"> Intended uses & limitations </font>
|
23 |
+
|
24 |
+
Note that this model primarily aims at translating Korean names into English romanization.
|
25 |
+
|
26 |
+
### <font color="IndianRed"> How to use </font>
|
27 |
+
|
28 |
+
Here is how to use this model to get the features of a given text in PyTorch:
|
29 |
+
|
30 |
+
<font color="cornflowerblue"> 1. Import model and packages </font>
|
31 |
+
|
32 |
+
to be finished...
|