Spaces:
Sleeping
Sleeping
Ludovic Moncla commited on
Commit ·
0ca79f5
1
Parent(s): a7c9685
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,10 +102,10 @@ examples = [
|
|
| 102 |
|
| 103 |
description = """
|
| 104 |
# 🌍 Geographic Coordinate Extractor
|
| 105 |
-
|
| 106 |
This Space demonstrates the performance of AI models trained to automate the extraction of geographical coordinates from the 18th-century **Encyclopédie of Diderot and d'Alembert**.
|
| 107 |
|
| 108 |
-
###
|
| 109 |
1. **Classification:** A BERT-like model identifies whether a given encyclopedia entry contains geographic coordinates.
|
| 110 |
2. **Extraction & Normalization:** An mT5-based model retrieves raw coordinate strings from the text and normalizes them into a standard DMS format.
|
| 111 |
|
|
|
|
| 102 |
|
| 103 |
description = """
|
| 104 |
# 🌍 Geographic Coordinate Extractor
|
| 105 |
+
|
| 106 |
This Space demonstrates the performance of AI models trained to automate the extraction of geographical coordinates from the 18th-century **Encyclopédie of Diderot and d'Alembert**.
|
| 107 |
|
| 108 |
+
### How it Works:
|
| 109 |
1. **Classification:** A BERT-like model identifies whether a given encyclopedia entry contains geographic coordinates.
|
| 110 |
2. **Extraction & Normalization:** An mT5-based model retrieves raw coordinate strings from the text and normalizes them into a standard DMS format.
|
| 111 |
|