Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,8 @@ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ko-en](https://huggi
|
|
25 |
|
26 |
For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Machine%20Translation/Korean%20to%20English%20(Korean%20Parallel%20Corpora)/Korean_Parallel_Corpora_OPUS_Translation_Project.ipynb
|
27 |
|
|
|
|
|
28 |
### Intended uses & limitations
|
29 |
|
30 |
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
@@ -33,6 +35,12 @@ This model is intended to demonstrate my ability to solve a complex problem usin
|
|
33 |
|
34 |
Dataset Source: https://huggingface.co/datasets/Moo/korean-parallel-corpora
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
## Training procedure
|
37 |
|
38 |
### Training hyperparameters
|
|
|
25 |
|
26 |
For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Machine%20Translation/Korean%20to%20English%20(Korean%20Parallel%20Corpora)/Korean_Parallel_Corpora_OPUS_Translation_Project.ipynb
|
27 |
|
28 |
+
* I apologize in advance if any of the generated text is less than stellar. I am well intentioned, but sometimes the technology can generate some strange outputs.
|
29 |
+
|
30 |
### Intended uses & limitations
|
31 |
|
32 |
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
|
|
35 |
|
36 |
Dataset Source: https://huggingface.co/datasets/Moo/korean-parallel-corpora
|
37 |
|
38 |
+
### Histogram of Korean Input Word Counts
|
39 |
+
![German Word Count of Input Text](https://github.com/DunnBC22/NLP_Projects/raw/main/Machine%20Translation/Korean%20to%20English%20(Korean%20Parallel%20Corpora)/Images/Histogram%20of%20Korean%20Word%20Counts.png)
|
40 |
+
|
41 |
+
### Histogram of English Input Word Counts
|
42 |
+
![English Word Count of Input Text](https://github.com/DunnBC22/NLP_Projects/raw/main/Machine%20Translation/Korean%20to%20English%20(Korean%20Parallel%20Corpora)/Images/Histogram%20of%20English%20Word%20Counts.png)
|
43 |
+
|
44 |
## Training procedure
|
45 |
|
46 |
### Training hyperparameters
|