Cyrile commited on
Commit
688bbe6
1 Parent(s): 8cb04cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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
- * I-PER: personality ;
19
- * I-LOC: location ;
20
- * I-ORG: organization ;
21
- * I-MISC: Miscellaneous entities ;
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
- | I-PER | 96.22 | 97.41 | 96.81 | 27'842 |
31
- | I-LOC | 93.93 | 93.50 | 93.72 | 31'431 |
32
- | I-ORG | 85.13 | 87.08 | 86.10 | 7'662 |
33
- | I-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
 
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