Update README.md
Browse files
README.md
CHANGED
@@ -6,18 +6,37 @@ metrics:
|
|
6 |
- recall
|
7 |
- f1
|
8 |
- accuracy
|
9 |
-
model-index:
|
10 |
-
- name: RoBERTa-ext-large-crf-chinese-finetuned-ner
|
11 |
-
results: []
|
12 |
datasets:
|
13 |
- gyr66/privacy_detection
|
14 |
language:
|
15 |
- zh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
-
should probably proofread and complete it, then remove this comment. -->
|
20 |
-
|
21 |
# RoBERTa-ext-large-crf-chinese-finetuned-ner
|
22 |
|
23 |
This model is a fine-tuned version of [chinese-roberta-wwm-ext-large](https://huggingface.co/hfl/chinese-roberta-wwm-ext-large) on the [gyr66/privacy_detection](https://huggingface.co/datasets/gyr66/privacy_detection) dataset.
|
|
|
6 |
- recall
|
7 |
- f1
|
8 |
- accuracy
|
|
|
|
|
|
|
9 |
datasets:
|
10 |
- gyr66/privacy_detection
|
11 |
language:
|
12 |
- zh
|
13 |
+
model-index:
|
14 |
+
- name: RoBERTa-ext-large-crf-chinese-finetuned-ner
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Token Classification
|
18 |
+
type: token-classification
|
19 |
+
dataset:
|
20 |
+
name: gyr66/privacy_detection
|
21 |
+
type: gyr66/privacy_detection
|
22 |
+
config: privacy_detection
|
23 |
+
split: train
|
24 |
+
args: privacy_detection
|
25 |
+
metrics:
|
26 |
+
- name: Precision
|
27 |
+
type: precision
|
28 |
+
value: 0.6813
|
29 |
+
- name: Recall
|
30 |
+
type: recall
|
31 |
+
value: 0.7573
|
32 |
+
- name: F1
|
33 |
+
type: f1
|
34 |
+
value: 0.7173
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9639
|
38 |
---
|
39 |
|
|
|
|
|
|
|
40 |
# RoBERTa-ext-large-crf-chinese-finetuned-ner
|
41 |
|
42 |
This model is a fine-tuned version of [chinese-roberta-wwm-ext-large](https://huggingface.co/hfl/chinese-roberta-wwm-ext-large) on the [gyr66/privacy_detection](https://huggingface.co/datasets/gyr66/privacy_detection) dataset.
|