Mollel commited on
Commit
249c456
·
verified ·
1 Parent(s): d5acabc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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