vitus9988 commited on
Commit
17095d4
1 Parent(s): be36c4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -13
README.md CHANGED
@@ -1,15 +1,22 @@
1
  ---
2
- base_model: vitus9988/klue-roberta-small-ner-identified
3
  tags:
4
  - generated_from_trainer
 
 
 
 
5
  metrics:
6
  - precision
7
  - recall
8
  - f1
9
  - accuracy
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,17 +34,18 @@ It achieves the following results on the evaluation set:
27
 
28
  ## Model description
29
 
30
- More information needed
31
-
32
- ## Intended uses & limitations
33
-
34
- More information needed
35
-
36
- ## Training and evaluation data
37
-
38
- More information needed
39
-
40
- ## Training procedure
 
41
 
42
  ### Training hyperparameters
43
 
 
1
  ---
2
+ base_model: klue/roberta-small
3
  tags:
4
  - generated_from_trainer
5
+ - korean
6
+ - klue
7
+ widget:
8
+ - text: 저는 서울특별시 강남대로에 삽니다. 전화번호는 010-1234-5678이고 주민등록번호는 123456-1234567입니다. 메일주소는 hugging@face.com입니다. 저는 10월 25일에 출국할 예정입니다.
9
  metrics:
10
  - precision
11
  - recall
12
  - f1
13
  - accuracy
14
  model-index:
15
+ - name: klue_roberta_small_ner_identified
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
+ - 사람이름 [PS] - 낮은 인식률
40
+ - 주소 (구 주소 및 도로명 주소) [AD]
41
+ - 카드번호 [CN]
42
+ - 계좌번호 [BN]
43
+ - 운전면허번호 [DN]
44
+ - 주민등록번호 [RN]
45
+ - 여권번호 [PN]
46
+ - 전화번호 [PH]
47
+ - 이메일 주소 [EM]
48
+ - 날짜 [DT]
49
 
50
  ### Training hyperparameters
51