Update README.md
Browse files
README.md
CHANGED
@@ -34,4 +34,8 @@ llm = HuggingFaceLLM(
|
|
34 |
|
35 |
```
|
36 |
|
|
|
|
|
|
|
|
|
37 |
|
|
|
34 |
|
35 |
```
|
36 |
|
37 |
+
Examples
|
38 |
+
1. Load Lora and use for evaluation [kaggle](https://www.kaggle.com/code/mikemollel/evaluator-swahili-llms) [GitRepo](https://github.com/msamwelmollel/swahili_model_evals)
|
39 |
+
2. Supervised Finetuning Dataset Creation using Swahili Gemma [kaggle](https://www.kaggle.com/code/mikemollel/swahili-gemma-dataset-creation) [GitRepo](https://github.com/msamwelmollel/swahili_Gemma)
|
40 |
+
3. Rag using Swahili gemma [Kaggle](https://www.kaggle.com/code/mikemollel/rag-gemma-swahili)[GitRepo](https://github.com/msamwelmollel/swahili_Gemma)
|
41 |
|