Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -15,3 +15,57 @@ authors:
|
|
15 |
---
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
18 |
+
|
19 |
+
### Technical Documentation of the system in accordance with EU AI Act.
|
20 |
+
System Name: Climate Vulnerability App
|
21 |
+
|
22 |
+
Provider / Supplier: GIZ Data Lab & Data Service Center
|
23 |
+
|
24 |
+
As of: July 2025
|
25 |
+
|
26 |
+
|
27 |
+
1. General Description of the System
|
28 |
+
The Climate Vulnerability App is an AI-powered tool to quickly retrieve and summarize relevant information on marginalised groups from (climate) policy documents,
|
29 |
+
in order to enable users to get a broad overview of the extent to which different marginalised groups are represented in policies. This tool leverages fine-tuned
|
30 |
+
transformer models to classify references related to pre-determined marginalised groups and an LLM of choice to summarize the most important information that has
|
31 |
+
been identified.
|
32 |
+
|
33 |
+
|
34 |
+
|
35 |
+
3. Model's Used
|
36 |
+
|
37 |
+
Text Classification:
|
38 |
+
- Model Name: [VULNERABILITY-multilabel-mpnet-multilingual-v2](https://huggingface.co/GIZ/VULNERABILITY-multilabel-mpnet-multilingual-v2)
|
39 |
+
- Model Name: [https://huggingface.co/GIZ/TARGET-VULNERABILITY-multiclass-mpnet](https://huggingface.co/GIZ/TARGET-VULNERABILITY-multiclass-mpnet)
|
40 |
+
- Both models mentioned above are fine-tuned versions of the [all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2)
|
41 |
+
|
42 |
+
|
43 |
+
Generative LLM used for summaries:
|
44 |
+
- Model Name: [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
5. Model Training Data:
|
49 |
+
|
50 |
+
- The data used to fine-tune the text classification model can be found here: [vulnerability_training_data_full](https://huggingface.co/datasets/GIZ/vulnerability_training_data_full)
|
51 |
+
- The training data has been collected by human annotators that are expert in their fields
|
52 |
+
- The data does not contain any known bias, however some classes perform better than others (see dataset card) and risk of potential bias can never be fully excluded.
|
53 |
+
|
54 |
+
|
55 |
+
8. System Limitations and Non-Purposes
|
56 |
+
- The system is designed to provide a quick overview of the most relevant information on marginalised groups in climate policy
|
57 |
+
- The system is NOT designed to give an in-depth analysis of the document. Output may always be incomplete or falsly classified and should ALWAYS be reviewed by a human.
|
58 |
+
- The system does not make autonomous decisions but just provides information.
|
59 |
+
- No personal data of users is being processed.
|
60 |
+
- Results are intended for orientation only – not for legal or political advice.
|
61 |
+
|
62 |
+
10. Transparency Towards Users
|
63 |
+
- The user interface clearly indicates the use of a generative AI model.
|
64 |
+
|
65 |
+
|
66 |
+
12. Monitoring, Feedback, and Incident Reporting
|
67 |
+
- Technical development is carried out by the GIZ Data Service Center.
|
68 |
+
- Please reach out through the contact details provided below, if there are any issues or feedback.
|
69 |
+
|
70 |
+
|
71 |
+
13. Contact: For any questions, please contact via https://huggingface.co/spaces/GIZ/audit_assistant/discussions/new or send us email to [email protected]
|