-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ren Yi edited this page Mar 24, 2026
·
13 revisions
Welcome to the mamai wiki!
- Midwives and nurses (definition? Applied to low risk pregnancy? What do they take care of and what they cannot take care of https://my.clevelandclinic.org/health/articles/22648-midwife)
- On device (offline) generation
- Quality response
- For nurses/midwives/pregnant women
- Swahili and English support
- Replace the initial download of 4.4G model files (see issue #1)
- Fix the GPU starting failure on my Pixel 7.
- Support Swahili conversation
- Enable multi turn conversation
- Enable chat history
- Other chat features like ChatGPT/Claude app
- Find / Create the dataset to evaluate the answer quality.
- Evaluate the Swahili ability.
- Evaluate generation speed.
- Design test cases to let the real users test
- Examine input documents quality
- Check document segmentation strategy.
- Make the document preprocessing easy so that people could add any document they want, good for the community use.
- How many documents to retrieve, how to retrieve (BM25, embedding similairty)
- Check and improve prompts for generation
- Currently we use Gemma 3n E4B IT. Other choices include Gemma 3n E2B IT, Gemma 3 1B/270M, MedGemma, or maybe other small models/medical models that could fit on device.
- Improve Swahili ability of the model (fine-tuning, add a small translation module?)
- Enable multimodality input (images, video, audio)
- For audio input, we use Whisper for text transcription?