Followed BananaMind @Banaxi-Tech . This will be awesome, canβt wait for it! The model Iβm training maybe could be added, but again too early to tell since lot of work it needs to be done.
Eric PRO
AI & ML interests
Recent Activity
Organizations
Wow thatβs great news! Nice to see the continued development!
Devs are relying more on them for code review, and less on manual line-by-line checks.
But this leaves coding agents vulnerable to indirect injection attacks.
IssueTrojanBench (arxiv 2607.20759) studies this in the context of malicious issue requests.
I also observed these prompt injection vulnerabilities in my own harness, testing on the issue: https://github.com/smellslikeml/curator/issues/3
But even red teaming your own repos with toy examples like this can trigger AI safeguards and corrupt your session.
Adopting popular mitigation techniques like 'spotlighting' and 'known answer detection' can help but the researchers show it's not enough.
So our latest updates to Outrider implement additional layers for greater defense-in-depth to ensure that by time a human has to review the code, we've filtered this kind noise.
It turned out useful enough that I made it public: https://tensorlens.dev
Explore any HF model in the browser without downloading it. The anatomy map is read from the safetensors header via a range request, and only tensors you click ever stream. Large tensors are sampled rather than streamed in full.
Limitations: safetensors only (no GGUF yet), some exotic variants don't work yet, and gated repos aren't supported yet.
Feedback very welcome, especially models that break it.
This a great to use! I checked Kimi-K3 with it. Very nice man!
The Models:
Boris-2-75M: Trained on 26B tokens -- estimated to start training on August 12th.
Boris-2-125M: Trained on 90B tokens -- Estimated to start training on August 20th.
Boris-2-250M: Trained on 60B tokens -- Estimated to start training on September 10th.
Why does 125M get more tokens than 250M?
Well, the straight answer is time. It saves time, while still allowing the 250M model to exceed the 125M model.
Furthermore, we are attempting a unique architecture and layering scheme to hopefully end up around the strength of SmolLM2-135M. Fingers crossed!
We hope to end up in the ballpark of AxiomicLabs/GPT-X2.5-135M or BananaMind/BananaMind-2-Pro-Preview
Following this, we will release the Pro, Instruct and Pro-Instruct variants. More info will be coming soon!
pip install --upgrade mlquantx
mlquant demo
The demo runs synthetic data β 213 factors β MLP β portfolio construction β cost-aware backtest. CI covers Python 3.9β3.11 with 96 tests.
Dataset: dddyym/ml-quant-trading-synthetic
Checkpoint: dddyym/ml-quant-trading-synthetic-mlp
GitHub: https://github.com/initial-d/ml-quant-trading
PyPI: https://pypi.org/project/mlquantx/
Research and teaching use only β not a live-trading system or a profitability claim.
BananaOS I assume could run other small models aside from BananaMind models? Iβm training a small model and was just curiousβ¦either way this is a really cool idea!
A simple text generation model. Would be cool to build a coding model, but thatβs a challenge in and of itself.
Yeah and Iβm new making models so happy to find a community! I can learn a lot here!
I've seen this wave as well and it's great to see!
Sounds good! Thanks!
Yeah precisely. XD
Its able to run BananaMind 2 Nano at 4 bit on only 7-8MB of ram, the 2 bit on 6MB of ram and the 8 bit version on 14MB of RAM!
It runs on a 486 or newer!
Check out this video and image running BananaMind 2 Nano 4 Bit on 9
MB of RAM and a emulated 486 in QEMU at ~1TPS!
We asked it: "What is the first letter of the alphabet?"
The response is:
"The first letter of the alphabet is:
- A.
"
And if you're asking because of the video, yes I am a arch btw.
Comment and like this post for a GitHub link and comment for adding other models!
Well I have added the dataset to a bucket so this will be fun to use! Super interesting dataset and yeah wonder which newer models I could choose to use.
Oh this is super interesting and a great idea! I voted on some of them! An open-weights GPTZero alternative would be really cool to see.
Hey guys, I'm new to HuggingFace at least when it comes to interacting with the communty. I really like when I see these independent models and some really cool small models, especially AxiomicLabs/GPT-S-5M.