Upload .\docs\index.md with huggingface_hub
Browse files- .//docs//index.md +22 -0
.//docs//index.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# BwengeAi
|
| 2 |
+
|
| 3 |
+
Rwandan AI that knows Kinyarwanda. A comprehensive language model trained on Kinyarwanda data from multiple sources.
|
| 4 |
+
|
| 5 |
+
## Features
|
| 6 |
+
|
| 7 |
+
- Multi-source data collection (Huggingface, Wikipedia, Igihe)
|
| 8 |
+
- Kinyarwanda language support
|
| 9 |
+
- LoRA fine-tuning for efficiency
|
| 10 |
+
- Comprehensive evaluation metrics
|
| 11 |
+
|
| 12 |
+
## Quick Start
|
| 13 |
+
|
| 14 |
+
```bash
|
| 15 |
+
pip install -e .
|
| 16 |
+
python scripts/collect_all.py
|
| 17 |
+
python scripts/train.py
|
| 18 |
+
```
|
| 19 |
+
|
| 20 |
+
## Documentation
|
| 21 |
+
|
| 22 |
+
See [README.md](README.md) for detailed documentation.
|