Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
base_model: klue/roberta-base
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
5 |
metrics:
|
6 |
- precision
|
7 |
- recall
|
@@ -10,6 +14,9 @@ metrics:
|
|
10 |
model-index:
|
11 |
- name: klue-roberta-base-ner-bio
|
12 |
results: []
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -27,15 +34,13 @@ It achieves the following results on the evaluation set:
|
|
27 |
|
28 |
## Model description
|
29 |
|
30 |
-
|
31 |
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
More information needed
|
39 |
|
40 |
## Training procedure
|
41 |
|
|
|
2 |
base_model: klue/roberta-base
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- korean
|
6 |
+
- klue
|
7 |
+
widget:
|
8 |
+
- text: 환자는 심부전 진단을 받고 매일 아침 40mg의 푸로세미드를 복용하며, 지속적인 심전도 모니터링을 받습니다.
|
9 |
metrics:
|
10 |
- precision
|
11 |
- recall
|
|
|
14 |
model-index:
|
15 |
- name: klue-roberta-base-ner-bio
|
16 |
results: []
|
17 |
+
language:
|
18 |
+
- ko
|
19 |
+
pipeline_tag: token-classification
|
20 |
---
|
21 |
|
22 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
## Model description
|
36 |
|
37 |
+
간단한 의료 관련 개체명 인식을 제공합니다.
|
38 |
|
39 |
+
- 약물명 [DR]
|
40 |
+
- 질병명 [DS]
|
41 |
+
- 유전자/단백질 명 [GN]
|
42 |
+
- 임상 증상 [CS]
|
43 |
+
- 의료 기기 [MD]
|
|
|
|
|
44 |
|
45 |
## Training procedure
|
46 |
|