Token Classification
Transformers
Safetensors
French
roberta
Inference Endpoints
bourdoiscatie commited on
Commit
be9910e
·
verified ·
1 Parent(s): fa115db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -2
README.md CHANGED
@@ -14,8 +14,32 @@ model-index:
14
  results: []
15
  ---
16
 
17
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
- should probably proofread and complete it, then remove this comment. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  # camembertv2-base-frenchNER_3entities
21
 
 
14
  results: []
15
  ---
16
 
17
+ ```
18
+ {'LOC': {'precision': 0.9510338498083464,
19
+ 'recall': 0.9654366094263792,
20
+ 'f1': 0.9581811094289677,
21
+ 'number': 54740},
22
+ 'MISC': {'precision': 0.8600569108290437,
23
+ 'recall': 0.7587510224804671,
24
+ 'f1': 0.806234077626255,
25
+ 'number': 35453},
26
+ 'O': {'precision': 0.9909218534126304,
27
+ 'recall': 0.9936490359966582,
28
+ 'f1': 0.9922835708676133,
29
+ 'number': 805547},
30
+ 'ORG': {'precision': 0.8822008564272441,
31
+ 'recall': 0.921045972163644,
32
+ 'f1': 0.901205018157808,
33
+ 'number': 11855},
34
+ 'PER': {'precision': 0.973038794785731,
35
+ 'recall': 0.9823632323041278,
36
+ 'f1': 0.9776787815093096,
37
+ 'number': 63447},
38
+ 'overall_precision': 0.9818586631680195,
39
+ 'overall_recall': 0.9818586631680195,
40
+ 'overall_f1': 0.9818586631680195,
41
+ 'overall_accuracy': 0.9818586631680195}
42
+ ```
43
 
44
  # camembertv2-base-frenchNER_3entities
45