Minsu-Chae commited on
Commit
89bca18
1 Parent(s): e444268

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -2,4 +2,25 @@
2
  license: other
3
  license_name: gemma-terms-of-use
4
  license_link: https://ai.google.dev/gemma/terms
 
 
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: other
3
  license_name: gemma-terms-of-use
4
  license_link: https://ai.google.dev/gemma/terms
5
+ language:
6
+ - ko
7
+ - en
8
+ library_name: transformers
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - gemma
12
  ---
13
+
14
+ It was trained on [korean dataset](https://aihub.or.kr/ "AI-hub").
15
+ I trained the model to execute translation tasks between English and Korean languages.
16
+ Other languages does not fine-tuning.
17
+
18
+ It was undertaken with the objective of learning understanding of the field of deep learning.
19
+ Considering that it is not intended for professional translation or commercial use, the translated content must be utilized with human responsibility.
20
+
21
+ Prompt
22
+ 1. Translate english to korean.
23
+ "<bos>Translate korean to english\n<pad>Korean: {0}\n<pad>English:".format(text)
24
+
25
+ 2. Translate korean to english.
26
+ "<bos>Translate english to korean\n<pad>English: {0}\n<pad>Korean:".format(text)