Instructions to use HusseinAlamutu/tiny-aya-earth-yoruba-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use HusseinAlamutu/tiny-aya-earth-yoruba-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("CohereLabs/tiny-aya-earth") model = PeftModel.from_pretrained(base_model, "HusseinAlamutu/tiny-aya-earth-yoruba-lora") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ Developed as part of the KubeCon + CloudNativeCon Europe 2027 case study:
|
|
| 23 |
> **"Serving Sovereign AI: Deploying Quantized, Localized LLMs on Resource-Constrained Kubernetes"**
|
| 24 |
|
| 25 |
## Model Details
|
| 26 |
-
- **Developer:** Hussein Alamutu
|
| 27 |
- **Base Architecture:** Dense decoder-only transformer with Grouped Query Attention (GQA), 36 layers, 8k context window.
|
| 28 |
- **Base Model:** `CohereLabs/tiny-aya-earth`
|
| 29 |
- **Fine-Tuning Dataset:** `masakhane/african-ultrachat` (Yoruba split)
|
|
|
|
| 23 |
> **"Serving Sovereign AI: Deploying Quantized, Localized LLMs on Resource-Constrained Kubernetes"**
|
| 24 |
|
| 25 |
## Model Details
|
| 26 |
+
- **Developer:** Hussein Alamutu
|
| 27 |
- **Base Architecture:** Dense decoder-only transformer with Grouped Query Attention (GQA), 36 layers, 8k context window.
|
| 28 |
- **Base Model:** `CohereLabs/tiny-aya-earth`
|
| 29 |
- **Fine-Tuning Dataset:** `masakhane/african-ultrachat` (Yoruba split)
|