Update README.md
Browse files
README.md
CHANGED
@@ -23,27 +23,27 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Precision
|
25 |
type: precision
|
26 |
-
value: 0.
|
27 |
- name: Recall
|
28 |
type: recall
|
29 |
-
value: 0.
|
30 |
- name: F1
|
31 |
type: f1
|
32 |
-
value: 0.
|
33 |
- name: Accuracy
|
34 |
type: accuracy
|
35 |
-
value: 0.
|
36 |
---
|
37 |
|
38 |
-
#
|
39 |
|
40 |
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.
|
41 |
It achieves the following results on the evaluation set:
|
42 |
-
- Loss: 0.
|
43 |
-
- Precision: 0.
|
44 |
-
- Recall: 0.
|
45 |
-
- F1: 0.
|
46 |
-
- Accuracy: 0.
|
47 |
|
48 |
## Model description
|
49 |
|
|
|
23 |
metrics:
|
24 |
- name: Precision
|
25 |
type: precision
|
26 |
+
value: 0.7052
|
27 |
- name: Recall
|
28 |
type: recall
|
29 |
+
value: 0.7606
|
30 |
- name: F1
|
31 |
type: f1
|
32 |
+
value: 0.7318
|
33 |
- name: Accuracy
|
34 |
type: accuracy
|
35 |
+
value: 0.9138
|
36 |
---
|
37 |
|
38 |
+
# RoBERTa-ext-large-chinese-finetuned-ner
|
39 |
|
40 |
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.
|
41 |
It achieves the following results on the evaluation set:
|
42 |
+
- Loss: 0.7697
|
43 |
+
- Precision: 0.7052
|
44 |
+
- Recall: 0.7606
|
45 |
+
- F1: 0.7318
|
46 |
+
- Accuracy: 0.9138
|
47 |
|
48 |
## Model description
|
49 |
|