Update README.md
Browse files
README.md
CHANGED
|
@@ -39,26 +39,37 @@ It has been trained on a manually annotated subset of the French *Encyclopédie
|
|
| 39 |
|
| 40 |
|
| 41 |
The tagset is as follows:
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
## Dataset
|
| 45 |
|
| 46 |
|
| 47 |
-
The model was trained using a set of 1423 entries
|
| 48 |
The datasets have the following distribution of entries among datasets and classes:
|
| 49 |
|
| 50 |
| | Train | Validation | Test|
|
| 51 |
|---|:---:|:---:|:---:|
|
| 52 |
-
| Ville |
|
| 53 |
-
| Île |
|
| 54 |
-
| Région |
|
| 55 |
-
| Rivière |
|
| 56 |
-
| Montagne |
|
| 57 |
-
| Pays |
|
| 58 |
-
| Mer |
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
## Evaluation
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
The tagset is as follows:
|
| 42 |
+
- **Ville**: villes, bourgs, villages, etc.
|
| 43 |
+
- **Île**: îles, presqu'îles, etc.
|
| 44 |
+
- **Région**: régions, contrées, provinces, cercles, etc.
|
| 45 |
+
- **Rivière**: rivières, fleuves,etc.
|
| 46 |
+
- **Montagne**: montagnes, vallées, etc.
|
| 47 |
+
- **Pays**: pays, royaumes, etc.
|
| 48 |
+
- **Mer**: mer, golphe, baie, etc.
|
| 49 |
+
- **Autre**: promontoires, caps, rivages, déserts, etc.
|
| 50 |
+
- **ConstructionHumaine**: ports, châteaux, forteresses, abbayes, etc.
|
| 51 |
+
- **Lac**: lacs, étangs, marais, etc.
|
| 52 |
+
|
| 53 |
|
| 54 |
## Dataset
|
| 55 |
|
| 56 |
|
| 57 |
+
The model was trained using a set of 1423 entries classified as 'Geography' (using this model: https://huggingface.co/GEODE/bert-base-multilingual-cased-edda-domain-classification). First paragraphs
|
| 58 |
The datasets have the following distribution of entries among datasets and classes:
|
| 59 |
|
| 60 |
| | Train | Validation | Test|
|
| 61 |
|---|:---:|:---:|:---:|
|
| 62 |
+
| Ville | 4294 | 920 | 921 |
|
| 63 |
+
| Île | 590 | 127 | 126 |
|
| 64 |
+
| Région | 432 | 92 | 93 |
|
| 65 |
+
| Rivière | 352 | 75 | 75 |
|
| 66 |
+
| Montagne | 146 | 31 | 31 |
|
| 67 |
+
| Pays | 72 | 15 | 16 |
|
| 68 |
+
| Mer | 62 | 14 | 13 |
|
| 69 |
+
| ConstructionHumaine | 49 | 11 | 10 |
|
| 70 |
+
| Lac | 41 | 9 | 9 |
|
| 71 |
+
| Autre | 27 | 6 | 6 |
|
| 72 |
+
|
| 73 |
|
| 74 |
|
| 75 |
## Evaluation
|