Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,10 @@ Dataset
|
|
15 |
----------
|
16 |
|
17 |
The dataset used is [wikiner_fr](https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr) which represents ~170k sentences labelized in 5 categories :
|
18 |
-
*
|
19 |
-
*
|
20 |
-
*
|
21 |
-
*
|
22 |
* O: background (Other).
|
23 |
|
24 |
Evaluation results
|
@@ -27,10 +27,10 @@ Evaluation results
|
|
27 |
| class | precision (%) | recall (%) | f1 (%) | support |
|
28 |
| :----: | :---------: | :-----------: | :-----: | :------: |
|
29 |
| global | 98.35 | 98.36 | 98.35 | 492'243 |
|
30 |
-
|
|
31 |
-
|
|
32 |
-
|
|
33 |
-
|
|
34 |
| O | 99.40 | 99.55 | 99.47 | 411'755 |
|
35 |
|
36 |
How to use DistilCamemBERT-NER
|
|
|
15 |
----------
|
16 |
|
17 |
The dataset used is [wikiner_fr](https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr) which represents ~170k sentences labelized in 5 categories :
|
18 |
+
* PER: personality ;
|
19 |
+
* LOC: location ;
|
20 |
+
* ORG: organization ;
|
21 |
+
* MISC: Miscellaneous entities ;
|
22 |
* O: background (Other).
|
23 |
|
24 |
Evaluation results
|
|
|
27 |
| class | precision (%) | recall (%) | f1 (%) | support |
|
28 |
| :----: | :---------: | :-----------: | :-----: | :------: |
|
29 |
| global | 98.35 | 98.36 | 98.35 | 492'243 |
|
30 |
+
| PER | 96.22 | 97.41 | 96.81 | 27'842 |
|
31 |
+
| LOC | 93.93 | 93.50 | 93.72 | 31'431 |
|
32 |
+
| ORG | 85.13 | 87.08 | 86.10 | 7'662 |
|
33 |
+
| MISC | 88.55 | 81.84 | 85.06 | 13'553 |
|
34 |
| O | 99.40 | 99.55 | 99.47 | 411'755 |
|
35 |
|
36 |
How to use DistilCamemBERT-NER
|