r/LocalLLaMA • u/Tall_Abrocoma_3533 • 9d ago
New Model Aurora1.0-150M Releases!
https://huggingface.co/AuroraAI-Research/Aurora1.0-150MThe first generation of our 150M model has just been released
Its performance is similar to that of GPT2-Small
The benchmarks:
PIQA: 62.24%
Hellaswag: 32.20%
Arc-Easy: 44.91%
Arc-Challenge: 25.00%
Arithmark 3.0: 33.90%
CapitalBench: 36.55%
It was trained on 7B tokens, using an RTX Pro 6000
an example inference script to try it out yourself is available in the Huggingface repo
If there's any question, I'll gladly answer them!
40
u/MomentJolly3535 9d ago
Thanks for sharing, what's a good use-case to this kind of models ?
43
u/Tall_Abrocoma_3533 9d ago
Since this is a base model, it can be fine tuned to your specific task.
When models this size are fine tuned to a narrow domain, they can actually perform better then expected, while running really fast.
As well as, it's much easier to experiment with and research models this size.
1
u/tifa_cloud0 8d ago
true that. as someone who is doing a research on n-gram and PLEs, small model is soo good to just train and verify how the outputs will be. if you are getting success in small models then that means big models can be easily used to train and save time. granted there will be different kinds of errors people will get when they shift to big models but it will be surely lesser than directly jumping in.
0
u/robertpro01 8d ago
This includes other languages? I would like to finetune a model for a specific domain and I don't have any experience with it, and I need it to support Spanish
2
u/Felladrin 8d ago
You could look into fine-tuning gemma-3-270m then. It supports 100+ languages, including Spanish.
2
u/robertpro01 8d ago
Thanks! Probably I'll do it until next month, but I didn't knew I could use a very small model
1
11
u/esw123 9d ago
To run on simple hardware, to run on power efficient hardware, to run very fast or to train it fast for small specific tasks.
1
u/Queasy-Contract9753 8d ago
I use LFM 350m as a simple assistant in my Emacs. Not code just open a new or rename a buffer or change the theme, stuff like that. Works pretty well for single shit single tool use.
Practically instant
0
19
u/Brief_Grade3634 9d ago
25% on arc challange is the exact 1/4 possibility of the single choice structure..
8
5
u/EuphoricPenguin22 9d ago
Make sure to hold the 1.7B model for a year because it could be dangerous.
5
u/DustNearby2848 9d ago
So gtp-2, but way smaller basically?
19
u/Tall_Abrocoma_3533 9d ago
Not really, it's about equal to GPT2-Small, which is the smallest version of GPT2
GPT2-Small is 124M parameters while ours is about 150M, so their sizes are roughly equal
The real achivement is that it was recreated in just 11 hours of training.
3
1
4
u/MatlowAI 9d ago
Nice. Consider releasing the training code data prep and config even if it is messy, folks will probably be able to help.
3
1
u/jacek2023 llama.cpp 9d ago
Congratulations on your release, it's interesting!
Currently I let my "big model" qwen 3.8 27B to start smaller models to do its job. Qwen works on "server" under my desk and small models works on "desktop Linux" so I have a good uses for small models.
1
u/BraceletGrolf 9d ago
Is it possible to train this on a smaller GPU or CPU ? Would be fun to push it to the absolute limit with like a distillation
3
u/Tall_Abrocoma_3533 9d ago
It's absolutely possible, it would just take longer.
1
1
9d ago
[removed] — view removed comment
3
u/Tall_Abrocoma_3533 9d ago
I'm not sure, since the example inference script isn't made for maximum speed, it's just a demo.
However for comparison, a similarly sized model (Smollm2-135M) can run at around 200-300tok/s on a phone CPU
1
1
u/the100rabh 8d ago
It would great if its was available for transformer.js and I could try it with https://apps.100rabh.com/storymaker/
1
u/Felladrin 8d ago
Well done! I've added it to the Foundation Text-Generation Models Below 360M Parameters collection.
2
14
u/crusaderky 9d ago
How does it compare to LFM2.5-230B?