TSebbag commited on
Commit
60f685d
1 Parent(s): 3a25617

update link

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -18,6 +18,8 @@ tags:
18
 
19
  ## Evaluation
20
 
 
 
21
  ### Model Performance
22
 
23
  | Model | P (%) | R (%) | F1 (%) |
@@ -26,7 +28,7 @@ tags:
26
  | NERmemBERT-Large FT | 77.43 | 78.38 | 77.13 |
27
  | CamemBERT FT | 77.62 | 79.59 | 77.26 |
28
  | NERmemBERT-Base FT | 77.99 | 79.59 | 78.34 |
29
- | AdminBERT-NER 4GB | 78.47 | 80.35 | 79.26 |
30
  | AdminBERT-NER 16GB | 78.79 | 82.07 | 80.11 |
31
 
32
- To evaluate each model, we performed five runs and averaged the results on the test set of Adminset-NER.
 
18
 
19
  ## Evaluation
20
 
21
+ Regarding the fact that at date, there was no evaluation coprus available compose of French administrative, we decide to create our own on the NER (Named Entity Recognition) task.
22
+
23
  ### Model Performance
24
 
25
  | Model | P (%) | R (%) | F1 (%) |
 
28
  | NERmemBERT-Large FT | 77.43 | 78.38 | 77.13 |
29
  | CamemBERT FT | 77.62 | 79.59 | 77.26 |
30
  | NERmemBERT-Base FT | 77.99 | 79.59 | 78.34 |
31
+ | AdminBERT-NER 4G | 78.47 | 80.35 | 79.26 |
32
  | AdminBERT-NER 16GB | 78.79 | 82.07 | 80.11 |
33
 
34
+ To evaluate each model, we performed five runs and averaged the results on the test set of [Adminset-NER](https://huggingface.co/datasets/taln-ls2n/Adminset-NER).