Spaces:
GIZ
/
Running on CPU Upgrade

Romulan12 commited on
Commit
8d84563
·
1 Parent(s): c593cde

updated readme

Browse files
Files changed (1) hide show
  1. README.md +50 -41
README.md CHANGED
@@ -1,3 +1,5 @@
 
 
1
  ---
2
  title: EUDR Assistant
3
  emoji: 🧐
@@ -14,64 +16,71 @@ models:
14
  - BAAI/bge-reranker-v2-m3
15
  - meta-llama/Llama-3.1-8B-Instruct
16
 
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 (the prototype is developed for the partners in Uganda)
 
 
 
 
 
 
 
 
 
 
24
 
25
- As of: July 2025
26
 
 
27
 
28
- 1. General Description of the System
29
- Audit Assistant is an AI-powered tool for exploring and understanding Uganda's audit reports. This tool leverages advanced language models to help you get clear and structured answers based on audit publications.
30
- It combines a generative language assistant with a knowledge base implemented via Retrieval-Augmented Generation (RAG). The scope and functionality of the tool is limited to the Ugandan context contained in audit reports published by OAG, Uganda.
31
 
 
 
 
32
 
33
- 3. Model's Used
 
 
34
 
35
- Generative LLM
36
- - Model Name: [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)
37
- - Model Source API: [Nebius AI](https://studio.nebius.com/)
38
 
39
- Retriever/Embedding
40
- - Model Name: [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)
41
- - Model Source: Local Instance
42
 
43
- Re-ranker:
44
- - Model Name: [BAAI/bge-reranker-v2-m3](https://huggingface.co/BAAI/bge-reranker-v2-m3)
45
- - Model Source: Local Instance
46
 
47
- 4. Model Training Data:
48
- All the models mentioned above are being consumed without any fine-tuning or training being performed by the developer team of Audit Assistant tool. And hence there is no training data which had been used by the development team of Audit Assistant tool.
 
 
 
 
49
 
 
50
 
51
- 5. Knowledge Base (Retrieval Component)
 
 
 
52
 
53
- - Data Sources: Public, non-personal audit reports relased by [**Office of the Auditor General (OAG) of Uganda**](https://www.oag.go.ug/welcome)
54
- - Embedding Model: [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)
55
- - Embedding Dimension: 1024
56
- - Vector Database: Qdrant (via API)
57
- - Framework: Langchain (custom RAG pipeline)
58
- - Top-k: 5 relevant text segments per query
59
 
60
- 6. System Limitations and Non-Purposes
61
- - The system does not make autonomous decisions.
62
- - No processing of personal data except for the usage statistics as mentioned in Disclaimer.
63
- - Results are intended for orientation only – not for legal or political advice.
64
 
65
- 7. Transparency Towards Users
66
- - The user interface clearly indicates the use of a generative AI model.
67
- - An explanation of the RAG method is included.
68
- - We collect usage statistics as detailed in Disclaimer tab of the app along with the explicit display in the user interface of the tool.
69
- - Feedback mechanism available (via https://huggingface.co/spaces/GIZ/audit_assistant/discussions/new).
70
 
71
- 8. Monitoring, Feedback, and Incident Reporting
72
- - 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.
73
- - Technical development is carried out by the GIZ Data Service Center.
74
- - No automated bias detection – but low risk due to content restrictions.
75
 
 
76
 
77
- 9. Contact: For any questions, please contact via https://huggingface.co/spaces/GIZ/audit_assistant/discussions/new or send us email to [email protected]
 
1
+ # EUDR Assistant
2
+
3
  ---
4
  title: EUDR Assistant
5
  emoji: 🧐
 
16
  - BAAI/bge-reranker-v2-m3
17
  - meta-llama/Llama-3.1-8B-Instruct
18
 
19
+ short_description: AI-powered conversational assistant for EU Deforestation Regulation compliance
20
  license: apache-2.0
21
  ---
 
 
22
 
23
+ ## Technical Documentation of the system in accordance with EU AI Act
24
+
25
+ **System Name:** EUDR ChatBot
26
+
27
+ **Provider / Supplier:** GIZ Data Service Center
28
+
29
+ **As of:** July 2025
30
+
31
+ ## 1. General Description of the System
32
+
33
+ EUDR Bot is an AI-powered conversational assistant designed to help you understand compliance with and analyze the EU Deforestation Regulation. This tool leverages advanced language models to help you get clear and structured answers about EUDR requirements, compliance procedures, and regulatory guidance.
34
 
35
+ It combines a generative language assistant with a knowledge base implemented via Retrieval-Augmented Generation (RAG). The scope and functionality of the tool is focused on EU Deforestation Regulation compliance and related documentation.
36
 
37
+ ## 2. Models Used
38
 
39
+ ### Generative LLM
40
+ - **Model Name:** [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)
41
+ - **Model Source API:** [Nebius AI](https://studio.nebius.com/)
42
 
43
+ ### Retriever/Embedding
44
+ - **Model Name:** [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)
45
+ - **Model Source:** Local Instance
46
 
47
+ ### Re-ranker
48
+ - **Model Name:** [BAAI/bge-reranker-v2-m3](https://huggingface.co/BAAI/bge-reranker-v2-m3)
49
+ - **Model Source:** Local Instance
50
 
51
+ ## 3. Model Training Data
 
 
52
 
53
+ All the models mentioned above are being consumed without any fine-tuning or training being performed by the developer team of EUDR Bot. And hence there is no training data which had been used by the development team of EUDR Bot.
 
 
54
 
55
+ ## 4. Knowledge Base (Retrieval Component)
 
 
56
 
57
+ - **Data Sources:** Public EUDR documentation, regulatory guidance, and compliance materials
58
+ - **Embedding Model:** [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)
59
+ - **Embedding Dimension:** 1024
60
+ - **Vector Database:** Qdrant (via API)
61
+ - **Framework:** Langchain (custom RAG pipeline)
62
+ - **Top-k:** 5 relevant text segments per query
63
 
64
+ ## 5. System Limitations and Non-Purposes
65
 
66
+ - The system does not make autonomous decisions.
67
+ - No processing of personal data except for the usage statistics as mentioned in Disclaimer.
68
+ - Results are intended for orientation only – not for legal or regulatory compliance advice.
69
+ - Users should consult official EU documentation and legal experts for definitive compliance guidance.
70
 
71
+ ## 6. Transparency Towards Users
 
 
 
 
 
72
 
73
+ - The user interface clearly indicates the use of a generative AI model.
74
+ - An explanation of the RAG method is included.
75
+ - We collect usage statistics as detailed in Disclaimer tab of the app along with the explicit display in the user interface of the tool.
76
+ - Feedback mechanism available (via https://huggingface.co/spaces/GIZ/eudr_assistant/discussions/new).
77
 
78
+ ## 7. Monitoring, Feedback, and Incident Reporting
 
 
 
 
79
 
80
+ - 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/eudr_assistant/discussions/new to report any issue.
81
+ - Technical development is carried out by the GIZ Data Service Center.
82
+ - No automated bias detection but low risk due to content restrictions.
 
83
 
84
+ ## 8. Contact
85
 
86
+ For any questions, please contact via https://huggingface.co/spaces/GIZ/eudr_assistant/discussions/new or send us email to [email protected]