Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up

All HF Hub posts

Banaxi-TechΒ 
posted an update 1 day ago
view post
Post
2923
We are announcing 3 more models in our BananaMind 2 Family of models!
BananaMind 2 Nano, a small 10M parameter model, fits on your Pentium 4
BananaMind 2 Medium, our medium model, 50M parameters
BananaMind 2 MoE, 25M parameters, 2M active per tokens as fast as a 2M at 25M quality.

Because of this our release dates have changed a bit our currently estimates are:
BananaMind 2 MoE July 16-18
BananaMind 2 Nano July 18-20
BananaMind 2 Medium July 24-28
BananaMind 2 Pro August 10-16
Keep in mind these dates are estimates and we don't have a speed number currently, we will post for details going forward!
danielhanchenΒ 
posted an update 1 day ago
Quazim0t0Β 
posted an update 3 days ago
view post
Post
4895
🌼 DaisyChain-Web: train a language model with friends or by yourself with multiple devices, in the browser, no install

Open a webpage, share a room link, and every device that joins becomes part of the training cluster. Phones, laptops, old PCs: they connect peer-to-peer over WebRTC and train one shared transformer together, entirely in the browser.

What's actually happening under the hood:

🧠 A mini transformer LM trains on FineWeb-Edu, streamed live from the HuggingFace Hub. Each device pulls its own slice (data parallelism), tokenized with our 16.5k-token Spikewhale tokenizer
⚑ Every single multiply runs through verified INT8 neural units, no float fallback. On WebGPU browsers it uses the GPU's DP4A integer dot-product hardware, admitted only after proving bit-identical results against the verified units, with a 3Γ—INT8 fast-accurate scheme (CUTLASS's 3xTF32 trick, ported to 8-bit)
πŸ”’ Devices average gradients every step under a sync guard: a per-step roster protocol plus weight-hash verification keeps every device's model bit-identical. If anything drifts, training stops instead of silently forking
πŸ“Š Live logs show exactly what every device contributes, step by step
πŸ’Ύ When you're done: test generations right on the page, download a checkpoint, or grab the inference kit, a single self-contained HTML file with the weights baked in that runs generations offline, anywhere
Works solo too. Every extra device just grows the effective batch.

πŸ‘‰ Try it: Quazim0t0/DaisyChain-Web
πŸ›  Training framework: DaisyChainAI/DaisyChain-Train

Proof of concept: only train with devices you trust. Feedback welcome!
  • 5 replies
Β·
dronefreakΒ 
posted an update 3 days ago
view post
Post
4253
πŸš€ Excited to open-source the **UAVid Semantic Segmentation Model Zoo** on Hugging Face.

This release includes:

* πŸ“¦ A **YOLO-compatible mirror** of the UAVid semantic segmentation dataset, preserving the original train/val/test splits while reorganizing the directory structure for plug-and-play use with modern training pipelines.
* πŸ€– Multiple **YOLO26 semantic segmentation models** trained on UAVid, spanning Nano through Medium variants.
* πŸ“Š Detailed model cards with evaluation metrics, per-class IoU, confusion matrices, qualitative results, and training configurations for reproducibility.

The goal is to make benchmarking and experimenting with aerial semantic segmentation easier by providing ready-to-use datasets and pretrained models in a consistent format.

If you're working on UAV perception, autonomous drones, robotics, remote sensing, or real-time semantic segmentation, I hope these resources are useful.

**πŸ“¦ Dataset:** dronefreak/UAVid-2020

**πŸ€– Model Collection:** https://huggingface.co/collections/dronefreak/uavid-semantic-segmentation-model-zoo

Feedback, bug reports, and contributions are always welcome.
ProCreationsΒ 
posted an update 2 days ago
view post
Post
4436
who want grug 35b?
  • 5 replies
Β·
sequelboxΒ 
posted an update about 12 hours ago
view post
Post
459
Multiple NEW RELEASES for Gemma 4 12B!

- Esper 4, our flagship agentic coder: specialist in coding, architecture, DevOps, and MLOps!
- Tachibana-Agent, trained only on code for dedicated, predictable deployment!
- Guardpoint, our structured medical reasoning model: medical diagnosis, management, knowledge, and understanding in structured, concise form!

GET OUR NEW MODELS:

ValiantLabs/gemma-4-12B-it-Esper4
sequelbox/gemma-4-12B-it-Tachibana-Agent
ValiantLabs/gemma-4-12B-it-Guardpoint

Get the datasets for your own training:
sequelbox/Titanium4-DeepSeek-V4-Pro
sequelbox/Mitakihara2-DeepSeek-V4-Pro
sequelbox/Tachibana4-DeepSeek-V4-Pro
sequelbox/Superpotion-DeepSeek-V3.2-Speciale

Esper 4 is also available for Qwen 3.6 27B: ValiantLabs/Qwen3.6-27B-Esper4

We'll be expanding Esper 4 to more models and releasing new models as funding allows - donate for more, faster, better models and datasets: sequelbox/SupportOpenSource

More to come soon!

go build stuff :)
allegra
scthorntonΒ 
posted an update 2 days ago
view post
Post
2537
SecureCode update: we went back and fact-checked our own security dataset and corrected what didn't hold up.

The original claim was "complete incident grounding, every example ties to a documented CVE." An adversarial re-audit found that it was overstated: many CVEs were misattributed, and many "incidents" were representative scenarios carrying invented statistics. So we fixed it.

- Grounding: re-verified every reference. Removed 802 misattributed CVEs on the web side, corrected or honestly relabeled the incident narratives, and confirmed the AI/ML conversation CVEs are real (EchoLeak CVE-2025-32711, EmailGPT CVE-2024-5184, and others).
- Fix-correctness: reviewed whether each "secure" example actually eliminates the vulnerability. Removed 28 that did not (a "secure" secret scanner whose entropy check always returned zero, an Angular example still using bypassSecurityTrustHtml, and more).
- Leakage: re-split so near-duplicates stay on one side. Test contamination went from 11.6% to zero.
- Viewer, schema, and metadata: rebuilt as parquet under a shared schema. All three viewers are live.
- Models: retrained the whole family on the corrected data so the fix reaches the weights, not just the cards. Now ten open models (3B to 26B), including two new Gemma 4 variants, refreshed locally on a DGX Spark GB10. The paper (arXiv:2512.18542) was revised to match.

Counts moved from 2,185 to 2,372 unified (web 1,625 + AI/ML 747). A slightly smaller, fully-checked dataset beats a larger one you have to take on faith. Full writeup and links in the article.

Datasets: scthornton/securecode, scthornton/securecode-web, scthornton/securecode-aiml

  • 1 reply
Β·
AbstractPhilΒ 
posted an update 3 days ago
view post
Post
4088
Massive AlephLM success. The task collective is producing powerful MOE shared knowledge adapters. A serious success and a massive first step towards the next stage. The current family collective results are present here; AbstractPhil/geolip-aleph-qwen

This is akin to a stackable non-intrusive lora that enables increased shared collective behavior.

This includes the three mentioned json tasks, a math task, a tinystories task, and a diffusion task for cifar10. Each adapter anchored to the knowledge within model that already exists while enhancing the knowledge through anchored lookup systems and decision-driven hierarchical access trees.

All tasks activate independently upon manual override, all tasks handle direct shared knowledge when left to greedy decoding, each task issued multiple tests alongside to determine fidelity and accuracy throughout the process.

The results show the gating is more than willing to hop from sector to sector, using alternating weight shifts from the cooperative anchored systems - even systems never trained for the tasks contributing to the accuracy of the results for other tasks due to the lookup accuracy to the heuristic chains, never having seen the tasks before. Each structure is independently trained and the collective cooperates together through a dense activation network.

Full writeup and article https://huggingface.co/blog/AbstractPhil/aleph-autoregression-differentiation-ft2.
  • 1 reply
Β·
ezgikorkmazΒ 
posted an update about 13 hours ago
Hari5115Β 
posted an update 5 days ago
view post
Post
148
Fair warning space/photograhy lovers: this is weirdly addictive, Just one date becomes thirty !

There's a spot on the internet that shows you the exact image nasa shared with the world on any day since 1995. Type your birthday and see what the universe was up to.

(Born before 1995? Ah β€” the cosmos wasn't posting yet. You're officially more vintage than the dataset. 😎 Try a big life date instead.) πŸ˜…

πŸ”­ See yours β†’ Hari5115/cosmic-moment
Or hit Surprise me and let the universe pick.

Post the image you got below πŸ‘‡ β€” let's see whose day space showed off for. 🌠

Built on the open nasa apod dataset Β· public domain Β· not affiliated with nasa

Dataset: πŸ“¦ Hari5115/nasa-apod

#space #photography #astro #cosmic