Spaces:
Running
on
T4
Running
on
T4
update Readme layout
Browse files
README.md
CHANGED
@@ -17,9 +17,11 @@ models:
|
|
17 |
short_description: Ask any questions to the Audit reports
|
18 |
license: apache-2.0
|
19 |
---
|
20 |
-
|
21 |
System Name: Audit Assistant
|
|
|
22 |
Provider / Supplier: GIZ Data Service Center
|
|
|
23 |
As of: July 2025
|
24 |
|
25 |
|
@@ -28,49 +30,47 @@ Audit Assistant is an AI-powered tool for exploring and understanding Uganda's a
|
|
28 |
|
29 |
|
30 |
2. Model's Used
|
31 |
-
Generative LLM
|
32 |
-
- Model Name: [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)
|
33 |
-
- Model Source API: [Nebius AI](https://studio.nebius.com/)
|
34 |
|
35 |
-
|
36 |
-
- Model Name: [
|
37 |
-
-
|
38 |
|
39 |
-
|
40 |
-
- Model Name: [BAAI/bge-
|
41 |
-
- Model Source: Local Instance
|
42 |
|
|
|
|
|
|
|
43 |
|
44 |
-
|
45 |
-
3. Model Training Data
|
46 |
All the models mentioned above are being consumed, without any fine-tuning or trianing being performed by the developer team fo audit assistant tool. And hence there os no training data had been sued by the development team of Audit Assistant tool.
|
47 |
|
48 |
|
49 |
4. Knowledge Base (Retrieval Component)
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
56 |
|
57 |
5. System Limitations and Non-Purposes
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
|
62 |
6. Transparency Towards Users
|
63 |
-
|
64 |
-
|
65 |
-
|
|
|
66 |
|
67 |
7. Monitoring, Feedback, and Incident Reporting
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
|
73 |
-
8. Contact
|
74 |
-
For any questions, please contact via https://huggingface.co/spaces/GIZ/audit_assistant/discussions/new or send us email to dataservicecenter@giz.de
|
75 |
|
76 |
-
|
|
|
17 |
short_description: Ask any questions to the Audit reports
|
18 |
license: apache-2.0
|
19 |
---
|
20 |
+
### Technical Documentation of the system in accordance with EU AI Act.
|
21 |
System Name: Audit Assistant
|
22 |
+
|
23 |
Provider / Supplier: GIZ Data Service Center
|
24 |
+
|
25 |
As of: July 2025
|
26 |
|
27 |
|
|
|
30 |
|
31 |
|
32 |
2. Model's Used
|
|
|
|
|
|
|
33 |
|
34 |
+
Generative LLM
|
35 |
+
- Model Name: [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)
|
36 |
+
- Model Source API: [Nebius AI](https://studio.nebius.com/)
|
37 |
|
38 |
+
Retriever/Embedding
|
39 |
+
- Model Name: [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)
|
40 |
+
- Model Source: Local Instance
|
41 |
|
42 |
+
Re-ranker:
|
43 |
+
- Model Name: [BAAI/bge-reranker-v2-m3](https://huggingface.co/BAAI/bge-reranker-v2-m3)
|
44 |
+
- Model Source: Local Instance
|
45 |
|
46 |
+
3. Model Training Data:
|
|
|
47 |
All the models mentioned above are being consumed, without any fine-tuning or trianing being performed by the developer team fo audit assistant tool. And hence there os no training data had been sued by the development team of Audit Assistant tool.
|
48 |
|
49 |
|
50 |
4. Knowledge Base (Retrieval Component)
|
51 |
+
|
52 |
+
- Data Sources: Public, non-personal audit reports relased by [**Office of the Auditor General (OAG) of Uganda**](https://www.oag.go.ug/welcome)
|
53 |
+
- Embedding Model: [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)
|
54 |
+
- Embedding Dimension: 1024
|
55 |
+
- Vector Database: Qdrant (via API)
|
56 |
+
- Framework: Langchain (custom RAG pipeline)
|
57 |
+
- Top-k: 5 relevant text segments per query
|
58 |
|
59 |
5. System Limitations and Non-Purposes
|
60 |
+
- The system does not make autonomous decisions.
|
61 |
+
- No processing of personal data except for the usage statistics as mentioned in Disclaimer.
|
62 |
+
- Results are intended for orientation only – not for legal or political advice.
|
63 |
|
64 |
6. Transparency Towards Users
|
65 |
+
- The user interface clearly indicates the use of a generative AI model.
|
66 |
+
- An explanation of the RAG method is included.
|
67 |
+
- We collect usage statistics as detailed in Disclaimer tab of the app along with the explicit display in the user interface of the tool.
|
68 |
+
- Feedback mechanism available (via https://huggingface.co/spaces/GIZ/audit_assistant/discussions/new).
|
69 |
|
70 |
7. Monitoring, Feedback, and Incident Reporting
|
71 |
+
- User can provide feedback via UI by giving (Thumbs-up or down to AI-Generated answer). alternatively for more detailed feedback please use https://huggingface.co/spaces/GIZ/audit_assistant/discussions/new to report any issue.
|
72 |
+
- Technical development is carried out by the GIZ Data Service Center.
|
73 |
+
- No automated bias detection – but low risk due to content restrictions.
|
|
|
74 |
|
|
|
|
|
75 |
|
76 |
+
8. Contact: For any questions, please contact via https://huggingface.co/spaces/GIZ/audit_assistant/discussions/new or send us email to dataservicecenter@giz.de
|
app.py
CHANGED
@@ -692,7 +692,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
692 |
- Usage statistics such as session duration and device type.
|
693 |
We process this data based on our legitimate interest in continually enhancing the quality, security, and usability of the Audit Q&A assistant
|
694 |
- By using this chatbot, you agree to these terms and acknowledge that you are solely responsible for any reliance on or actions taken based on its responses.
|
695 |
-
- User can read more about the technical information about the tool in [Readme](https://huggingface.co/spaces/GIZ/audit_assistant/blob/main/README.md) of this tool.
|
696 |
- **This is just a prototype and being tested and worked upon, so its not perfect and may sometimes give irrelevant answers**. If you are not satisfied with the answer, please ask a more specific question or report your feedback to help us improve the system.
|
697 |
""")
|
698 |
|
|
|
692 |
- Usage statistics such as session duration and device type.
|
693 |
We process this data based on our legitimate interest in continually enhancing the quality, security, and usability of the Audit Q&A assistant
|
694 |
- By using this chatbot, you agree to these terms and acknowledge that you are solely responsible for any reliance on or actions taken based on its responses.
|
695 |
+
- User can read more about the technical information about the tool in [**Readme**](https://huggingface.co/spaces/GIZ/audit_assistant/blob/main/README.md) of this tool.
|
696 |
- **This is just a prototype and being tested and worked upon, so its not perfect and may sometimes give irrelevant answers**. If you are not satisfied with the answer, please ask a more specific question or report your feedback to help us improve the system.
|
697 |
""")
|
698 |
|