File size: 941 Bytes
88494b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
license: apache-2.0
---
# GreenChat
An environmental and sustainability focused QA system.
## ๐ Background
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:
- Climate Science
- Renewable Energy
- Environmental Protection
- Economics
- Natural Technologies
## ๐ Dataset (GREEN Database)
Currently available datasets:
```
G - Global Climate and Weather (7.03k samples)
R - Renewable Energy (2.36k samples)
E1 - Environmental Protection (10.3k samples)
E2 - Economics and Policy (31.4k samples)
N - Natural Technologies for Sustainability (57 samples)
```
## ๐ ๏ธ Technical Stack
- **Base Model**: Mistral Instruct 7B
- **Framework**: LangChain
- **Embeddings**: Sentence-Transformers (all-MiniLM-L6-v2)
- **Vector Store**: FAISS with IVF-PQ indexing
- **Evaluation**: RAGAS
- **Interface**: Streamlit
|