Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
22.1
TFLOPS
52
22
511
Carlo Moro
cnmoro
Follow
fontato's profile picture
Gargaz's profile picture
Felladrin's profile picture
63 followers
Β·
89 following
cnmoro
carlo-moro-4a20a7132
AI & ML interests
None yet
Recent Activity
liked
a model
about 12 hours ago
jinaai/jina-clip-v2
reacted
to
fffiloni
's
post
with β€οΈ
about 12 hours ago
I brought DALLΒ·E mini back to life π€π¨ You can try it here: https://huggingface.co/spaces/fffiloni/dalle-mini-reboot And I also built a batch version using Hugging Face Jobs (up to 50 images per prompt): https://huggingface.co/spaces/fffiloni/dalle-mini-via-jobs The goal was to stay close to the original JAX/Flax pipeline, while integrating it with modern tooling (Gradio + Jobs). It ended up being a fun way to revisit this model β still weird, still fun π
reacted
to
robtacconelli
's
post
with π€―
3 days ago
𧬠Midicoth: diffusion-based lossless compression β no neural net, no GPU, no training data What if reverse diffusion could compress text β without a neural network? Midicoth brings score-based denoising into classical compression. It treats prior smoothing as forward noise and reverses it with Tweedie's formula on a binary tree β 3 denoising steps, James-Stein shrinkage, applied after all model blending. ~2,000 lines of C, single CPU core. Beats every dictionary compressor we tested: enwik8 (100 MB) β 1.753 bpb (β11.9% vs xz, β15% vs Brotli, β24.5% vs bzip2) alice29.txt β 2.119 bpb (β16.9% vs xz) Outperforms xz, zstd, Brotli, bzip2, gzip on all inputs PAQ/CMIX still win with hundreds of models + LSTMs. LLM compressors win with pre-trained knowledge. Midicoth closes the gap with pure statistics β no mixer, no gradient descent, just counting. The Tweedie denoising layer adds 2.3β2.7% on every file tested β the most consistent component in the ablation. Adding SSE or logistic mixers made things worse. In the online setting, count-based beats gradient-based. No external dependencies. Fully deterministic. Bit-exact encode/decode. ~60 KB/s throughput. π» Code: https://github.com/robtacconelli/midicoth π Paper: https://huggingface.co/papers/2603.08771 β Space: https://huggingface.co/spaces/robtacconelli/midicoth If you ever wondered whether diffusion ideas belong in data compression β here's proof they do. β appreciated!
View all activity
Organizations
cnmoro
's Spaces
2
Sort:Β Recently updated
pinned
Running
7
SemanticCompression
π¬
Compress text while preserving meaning
pinned
Sleeping
3
STRIVE Reranker
π
STRIVE: Semantic Tokenized Ranking via Vectorization & Embed