Jiaaaaaaax
commited on
Commit
โข
88494b8
1
Parent(s):
62e7bd7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# GreenChat
|
6 |
+
An environmental and sustainability focused QA system.
|
7 |
+
|
8 |
+
|
9 |
+
## ๐ Background
|
10 |
+
GreenChat is a domain-specific RAG model designed to support environmental decision-making across multiple domains relevant to UN SDGs. The system integrates knowledge from:
|
11 |
+
- Climate Science
|
12 |
+
- Renewable Energy
|
13 |
+
- Environmental Protection
|
14 |
+
- Economics
|
15 |
+
- Natural Technologies
|
16 |
+
|
17 |
+
## ๐ Dataset (GREEN Database)
|
18 |
+
Currently available datasets:
|
19 |
+
```
|
20 |
+
G - Global Climate and Weather (7.03k samples)
|
21 |
+
R - Renewable Energy (2.36k samples)
|
22 |
+
E1 - Environmental Protection (10.3k samples)
|
23 |
+
E2 - Economics and Policy (31.4k samples)
|
24 |
+
N - Natural Technologies for Sustainability (57 samples)
|
25 |
+
```
|
26 |
+
|
27 |
+
## ๐ ๏ธ Technical Stack
|
28 |
+
- **Base Model**: Mistral Instruct 7B
|
29 |
+
- **Framework**: LangChain
|
30 |
+
- **Embeddings**: Sentence-Transformers (all-MiniLM-L6-v2)
|
31 |
+
- **Vector Store**: FAISS with IVF-PQ indexing
|
32 |
+
- **Evaluation**: RAGAS
|
33 |
+
- **Interface**: Streamlit
|