Upload README.md with huggingface_hub
Browse files
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.
|
| 129 |
-
| Region |
|
| 130 |
| Province | 0.99 | 0.98 | 0.99 | 541 |
|
| 131 |
-
| Department | 0.99 | 0.99 | 0.99 |
|
| 132 |
-
| Village | 0.94 | 0.
|
| 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.
|
| 142 |
-
| GLiNER (zero-shot) | 0.
|
| 143 |
-
|
| 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 |
|