vitus9988 commited on
Commit
a34c624
1 Parent(s): b61d288

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -10,6 +10,8 @@ metrics:
10
  model-index:
11
  - name: klue_roberta_small_ner_identified
12
  results: []
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -27,7 +29,17 @@ It achieves the following results on the evaluation set:
27
 
28
  ## Model description
29
 
30
- More information needed
 
 
 
 
 
 
 
 
 
 
31
 
32
  ## Intended uses & limitations
33
 
@@ -69,4 +81,4 @@ The following hyperparameters were used during training:
69
  - Transformers 4.40.2
70
  - Pytorch 2.3.0+cu118
71
  - Datasets 2.19.1
72
- - Tokenizers 0.19.1
 
10
  model-index:
11
  - name: klue_roberta_small_ner_identified
12
  results: []
13
+ language:
14
+ - ko
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  ## Model description
31
 
32
+ 아래 항목에 대한 개체명 인식을 제공합니다.
33
+
34
+ - 사람이름 [PS]
35
+ - 주소 (구 주소 및 도로명 주소) [AD]
36
+ - 카드번호 [CN]
37
+ - 계좌번호 [BN]
38
+ - 운전면허번호 [DN]
39
+ - 주민등록번호 [RN]
40
+ - 여권번호 [PN]
41
+ - 전화번호 [PH]
42
+ - 이메일 주소 [EM]
43
 
44
  ## Intended uses & limitations
45
 
 
81
  - Transformers 4.40.2
82
  - Pytorch 2.3.0+cu118
83
  - Datasets 2.19.1
84
+ - Tokenizers 0.19.1