From ChatGPT to TinyLlama: The Shift Toward Smaller, Smarter Models. nanolanguagemodels.com/2025/11/04/f... #ai #languagemodels #chatgpt #tinyllama
Day 23 of #100DaysOfCode
I had limited time to work on my challenge today. But, I wrote a simple #Ollama usage guide 👇
github.com/sinocelt/100...
#HireMe #JobSeeker #DataScience #portfolio #AI #LLM #AI #TinyLlama
Just trained my own language model offline.
No cloud. No APIs. Fine-tuned it on my data, merged it, and ran it with llama.cpp.
This is what real AI literacy looks like.
Documentation:
github.com/hassanhabib/...
Video:
youtube.com/watch?v=FQr7...
#AI #LLM #LoRA #OfflineAI #TinyLlama
Okay, so it seems #tinyllama may not be a decent offline #AI for generative story creation. But I'm gonna keep trying. Maybe I'm not giving it the right prompts.
Here it is how you can do #finetuning for a SMAL-language model that can be put on a #RaspberryPI or other edge-computing devices, or even wearables:
youtube.com/watch?v=DTYi...
#TinyLLaMA #TinyDolphin #Ollama #AIonEdge #MachineLearning #AIModels #EdgeComputing #AI #LLM
testing #Phi3, #TinyLlama and #Llama3 models on #raspberrypi using #ollama pimylifeup.com/raspberry-pi...
#LLM #SLM #AI #GenAI #Iot #EdgeAI
A conversation with TinyLlama where I ask it to write PHP code to echo out the numbers 1 to 10. The code was correct (albeit not perfectly aligned). Then I asked it to replace the space after the number with a newline character. It dutifully added a newline character, but "forgot" to remove the space. After a quick reminder, it perfected the code as I intended.
Coding with #TinyLlama? Easy. I am impressed how well this thing works. Like, I've had worse conversations with ChatGPT.
The only "error" in understanding the model made (overlook "instead of") has been fixed with a tiny additional comment.
The longer I work with this, the more I can't believe it.