Korean NER Model (ONNX)
์ด ๋ชจ๋ธ์ monologg/koelectra-base-v3-naver-ner์ ONNX๋ก ๋ณํํ ๋ฒ์ ์ ๋๋ค. ๋ธ๋ผ์ฐ์ ์์ Transformers.js๋ฅผ ์ฌ์ฉํ์ฌ ํ๊ตญ์ด ๊ฐ์ฒด๋ช ์ธ์(NER)์ ์ํํ ์ ์์ต๋๋ค.
์ฌ์ฉ ๋ฐฉ๋ฒ
Transformers.js (๋ธ๋ผ์ฐ์ /Node.js)
import { pipeline } from '@xenova/transformers';
// ๋ชจ๋ธ ๋ก๋
const classifier = await pipeline('token-classification', 'Jsfumato/korean-ner-onnx');
// ํ
์คํธ ๋ถ์
const text = '๋๋์๊ฒ 2ml ๊ธ์ฌ';
const result = await classifier(text);
console.log(result);
์ธ์ ๊ฐ๋ฅํ ์ํฐํฐ ํ์
๋ค์ด๋ฒ NER ๋ฐ์ดํฐ์ ๊ธฐ๋ฐ:
- PER (Person): ์ฌ๋ ์ด๋ฆ
- LOC (Location): ์ฅ์
- ORG (Organization): ๊ธฐ๊ด/์กฐ์ง
- DATE: ๋ ์ง
- TIME: ์๊ฐ
- QUANTITY: ์๋
- ๊ธฐํ ์ํฐํฐ ํ์
๋ชจ๋ธ ์ ๋ณด
- Base Model: KoELECTRA-base-v3
- Training Dataset: ๋ค์ด๋ฒ NER ๋ฐ์ดํฐ์
- Model Size: ~450MB (ONNX)
- Framework: Transformers.js ํธํ
๋ผ์ด์ ์ค
Apache 2.0
์๋ณธ ๋ชจ๋ธ
- Downloads last month
- 46