CharlesAbdoulaye commited on
Commit
fa53d55
·
verified ·
1 Parent(s): 99207fe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -125,11 +125,11 @@ Evaluated on a held-out test set containing ~20% unseen entities at each hierarc
125
 
126
  | Entity Type | Precision | Recall | F1-Score | Support |
127
  |-------------|-----------|--------|----------|---------|
128
- | Country | 0.98 | 1.00 | 0.99 | 4,648 |
129
- | Region | 0.99 | 0.99 | 0.99 | 6,744 |
130
  | Province | 0.99 | 0.98 | 0.99 | 541 |
131
- | Department | 0.99 | 0.99 | 0.99 | 1,433 |
132
- | Village | 0.94 | 0.98 | 0.96 | 3,236 |
133
  | **Micro avg** | **0.98** | **0.98** | **0.98** | **16,602** |
134
 
135
  ### Comparison with Baselines
@@ -138,9 +138,9 @@ Tested on 1,000 manually annotated news articles:
138
 
139
  | Model | Precision | Recall | F1-Score |
140
  |-------|-----------|--------|----------|
141
- | Baseline CamemBERT (no fine-tuning) | 0.87 | 0.58 | 0.70 |
142
- | GLiNER (zero-shot) | 0.82 | 0.77 | 0.79 |
143
- | **BF_NER (this model)** | **0.98** | **0.98** | **0.98** |
144
 
145
  ## Usage
146
 
 
125
 
126
  | Entity Type | Precision | Recall | F1-Score | Support |
127
  |-------------|-----------|--------|----------|---------|
128
+ | Country | 0.99 | 0.99 | 0.99 | 4,648 |
129
+ | Region | 1.00 | 0.99 | 0.99 | 1,433 |
130
  | Province | 0.99 | 0.98 | 0.99 | 541 |
131
+ | Department | 0.99 | 0.99 | 0.99 | 6,744 |
132
+ | Village | 0.94 | 0.93 | 0.94 | 3,236 |
133
  | **Micro avg** | **0.98** | **0.98** | **0.98** | **16,602** |
134
 
135
  ### Comparison with Baselines
 
138
 
139
  | Model | Precision | Recall | F1-Score |
140
  |-------|-----------|--------|----------|
141
+ | Baseline CamemBERT (no fine-tuning) | 0.41 | 0.81 | 0.55 |
142
+ | GLiNER (zero-shot) | 0.66 | 0.63 | 0.65 |
143
+
144
 
145
  ## Usage
146