Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ base_model:
|
|
11 |
- Gemma2-2b ํ๊ตญ ์ด๋ฑํ์ ๊ธ ๋ณํ๊ธฐ๋ ์
๋ ฅํ ๊ธ์ ์ด๋ฑํ์์ด ์ด ๊ฒ ๊ฐ์ ๊ธ๋ก ๋ณํํด ์ฃผ๋ ๋ชจ๋ธ์
๋๋ค.
|
12 |
- Gemma2-2b-it ๋ชจ๋ธ์ base model๋ก ์ฌ์ฉํ์๊ณ LoRA๊ธฐ๋ฒ์ ์ฌ์ฉํ์ฌ ํจ์จ์ ์ผ๋ก fine-tuning ํ์์ต๋๋ค.
|
13 |
|
|
|
|
|
14 |
## ๐ฆUsage
|
15 |
```
|
16 |
import transformers
|
@@ -36,6 +38,7 @@ tokenizer = AutoTokenizer.from_pretrained(BASE_MODEL)
|
|
36 |
- ๋ณธ ๋ฐ์ดํฐ๋ Smilegate AI์์ ๊ณต๊ฐํ๋ ํ๊ตญ์ด ๋ฌธ์ฒด ์คํ์ผ ๋ณํ "SmileStyle" ๋ฐ์ดํฐ์
์
๋๋ค.
|
37 |
- ์ฌ๋ฌ ์คํ์ผ์ ๋ฌธ์ฒด๊ฐ ์กด์ฌํ๋ฉฐ ์ด ์ค์์ formal๊ณผ choding ์คํ์ผ์ ๋ฐ์ดํฐ๋ง์ ์ถ์ถํ์ฌ ์ฌ์ฉํ์์ต๋๋ค.
|
38 |
|
|
|
39 |
|
40 |
## ๐โโ๏ธโโก๏ธ Coworker
|
41 |
[JiwookHan](https://huggingface.co/mreraser)
|
|
|
11 |
- Gemma2-2b ํ๊ตญ ์ด๋ฑํ์ ๊ธ ๋ณํ๊ธฐ๋ ์
๋ ฅํ ๊ธ์ ์ด๋ฑํ์์ด ์ด ๊ฒ ๊ฐ์ ๊ธ๋ก ๋ณํํด ์ฃผ๋ ๋ชจ๋ธ์
๋๋ค.
|
12 |
- Gemma2-2b-it ๋ชจ๋ธ์ base model๋ก ์ฌ์ฉํ์๊ณ LoRA๊ธฐ๋ฒ์ ์ฌ์ฉํ์ฌ ํจ์จ์ ์ผ๋ก fine-tuning ํ์์ต๋๋ค.
|
13 |
|
14 |
+
(Gemma2-2b is a model that transforms input text to resemble the writing style of an elementary school student. It is based on the Gemma2-2b-it model and was fine-tuned efficiently using the LoRA technique.)
|
15 |
+
|
16 |
## ๐ฆUsage
|
17 |
```
|
18 |
import transformers
|
|
|
38 |
- ๋ณธ ๋ฐ์ดํฐ๋ Smilegate AI์์ ๊ณต๊ฐํ๋ ํ๊ตญ์ด ๋ฌธ์ฒด ์คํ์ผ ๋ณํ "SmileStyle" ๋ฐ์ดํฐ์
์
๋๋ค.
|
39 |
- ์ฌ๋ฌ ์คํ์ผ์ ๋ฌธ์ฒด๊ฐ ์กด์ฌํ๋ฉฐ ์ด ์ค์์ formal๊ณผ choding ์คํ์ผ์ ๋ฐ์ดํฐ๋ง์ ์ถ์ถํ์ฌ ์ฌ์ฉํ์์ต๋๋ค.
|
40 |
|
41 |
+
(The korean_smile_style_dataset was used for training. This dataset, "SmileStyle," is provided by Smilegate AI and includes various writing styles in Korean. Only the formal and elementary school styles were used in this model.)
|
42 |
|
43 |
## ๐โโ๏ธโโก๏ธ Coworker
|
44 |
[JiwookHan](https://huggingface.co/mreraser)
|