|
--- |
|
license: mit |
|
language: |
|
- ko |
|
pipeline_tag: text-classification |
|
library_name: transformers |
|
--- |
|
|
|
# ํ
์คํธ ๊ธฐ๋ฐ ๋ฐํ์ ์ธ์ ๋ชจ๋ธ |
|
|
|
ํ
์คํธ, ํนํ ์์ค๊ณผ ๊ฐ์ด ์ธ์ฉ ๋ถํธ๋ก ๋ฐํ๊ฐ ๊ธฐ๋ก๋์ด ์๋ ํ
์คํธ์์ ๋ํ ์ฐธ์ฌ ์ธ๋ฌผ์ ์ธ์ํ๊ณ , ํ๊ฒ ์ธ์ฉ๋ฌธ์ ๋ฐํ์๋ฅผ ์ถ์ถํ๋ ๋ชจ๋ธ์
๋๋ค. |
|
|
|
๋ฐํ์ ์ธ์์ ๋ค์์ ์์๋ก ์ด๋ฃจ์ด์ง๋๋ค. |
|
|
|
1. ๋ํ ์ฐธ์ฌ์ ์ธ์: ์ ํ
์คํธ์ ๊ฑธ์ณ, NER์ ํตํด ๋ชจ๋ ๋ํ ์ฐธ์ฌ์๋ฅผ ์ธ์ํฉ๋๋ค. |
|
2. ์ธ์ฉ๋ฌธ ๋ณ ์ธ์คํด์ค ์์ฑ: window ์ฌ์ด์ฆ๋ ์กฐ์ ๊ฐ๋ฅํ๋ฉฐ, ์ธ์ฉ๋ฌธ ๊ธฐ์ค ์๋ค ๊ฐ๊ฐ 10์ค์ ๋ํดํธ๋ก ํฉ๋๋ค. ์ฆ ์ธ์คํด์ค๋ 21์ค์ด ๊ธฐ๋ณธ์
๋๋ค. |
|
3. ์ธ์ฉ๋ฌธ ๋ณ ๋ฐํ์ ์ถ๋ก : ์ธ์คํด์ค ๋ด์์ ๋ฐํ์ ํ๋ณด๋ฅผ ์ถ๋ฆฌ๊ณ , ๋ฐํ์๋ฅผ ์ถ๋ก ํฉ๋๋ค. |
|
|
|
`GitHub Repository`: https://github.com/Novel-Transformation-for-You/service.git |
|
|
|
 |
|
|
|
|
|
### ํ์ |
|
||||||| |
|
|:-:|:-:|:-:|:-:|:-:|:-:| |
|
|<a href="https://github.com/kangminhyeok02"><img src="https://avatars.githubusercontent.com/u/110012174?v=4" width="100" height="100"></a>|<a href="https://github.com/duwjd"><img src="https://avatars.githubusercontent.com/u/31474225?v=4" width="100" height="100"></a>|<a href="https://github.com/yuneun92"><img src="https://avatars.githubusercontent.com/u/101092482?v=4" width="100" height="100"></a>|<a href="https://github.com/Hawon-Lee"><img src="https://avatars.githubusercontent.com/u/136240081?v=4" width="100" height="100"></a>|<a href="https://github.com/07LEE"><img src="https://avatars.githubusercontent.com/u/95900411?v=4" width="100" height="100"></a>|<a href="https://github.com/SeungHoJUN"><img src="https://avatars.githubusercontent.com/u/89953442?v=4" width="100" height="100"></a>| |
|
|
|
|
|
### ์์คํ
๊ตฌ์ฑ๋ |
|
|
|
|
|
 |
|
|
|
### ๋ชจ๋ธ ์ ๋ณด |
|
1. Base model: koRoBERTa |
|
2. NER model: ํ๊ตญํด์๋ํ๊ต NER ๋ชจ๋ธ (MIT License) https://github.com/kmounlp/NER |
|
|
|
``` |
|
max_seq_length = 512 |
|
``` |