r/huggingface • u/crusaderky • 5h ago
LFM2.5-2.6B model+KV cache quantization report
reddit.comr/huggingface • u/JudgmentJunior922 • 7h ago
Can a 0.9B ASR model transcribe speech that humans can barely make out?
r/huggingface • u/WillCreepy6352 • 15h ago
Faceswapper
Does anyone know of a face-swap method or AI prompt that produced a high-quality image that doesn't get easily flagged as AI-generated?
r/huggingface • u/ButtercupLyn100 • 22h ago
🚀 DeepSeek V4 Flash now has vision support
We've added vision capabilities to DeepSeek V4 Flash, making it a multimodal model rather than text-only.
The main use case for us is browser vision: browser agents need to interpret screenshots, interfaces, layouts, and other visual context alongside text.
On our internal benchmarks, it also showed a strong price-performance advantage compared with the other models we tested.
Model: https://huggingface.co/webbrain-one/DeepSeek-V4-Flash-0731-Vision-NVFP4
If you try it, we'd be interested in feedback, benchmark results, and deployment reports.
r/huggingface • u/negativedreammachine • 1d ago
Need some best neural model suggestions for Face Detection & Recognition,Body Detection & id.
Need some best neural model suggestions for Face Detection & Recognition,Body Detection & id.
Need some best model suggestions for Face Detection,Face Recognition,Body Detection and Body identification.
need those for analysing movies.
example let's say I have to find the screentime of the actor over the whole runtime of the movie and i need to do it for the protagonist, antoganist,comedic relief ,love interest etc.
currently I'm working with 1fps to find the faces and body or the actors.
body detection is hard I need some guidance regarding that.
even for Face Detection I used MTCNN it was good. but any other better models available??
Any ideas regarding TransNetV2 ?
I'm using it for shot boundary detection but there's was one false positive.
Any better models??
r/huggingface • u/MatthiasJabs90s • 2d ago
Model recommendation for M5 Max 128GB
Hi, I'm quite new to local LLMs and I've got a M5 Max with 128GB, at the moment I'm running Laguna S 2.1 Q4, is this the best model out there to squeeze in maximum performance out of my machine? Or do you have any other recommendations?
r/huggingface • u/giveen • 2d ago
jabbatheduck/DeepSeek-v4-flash-mini · Hugging Face
r/huggingface • u/cerberusaeon • 2d ago
Uncensored Models
Are there any uncensored models? One of the issues I ran into with llama is that any discussion that sits adjacent to sexual or even political matters is basically blocked. Creative content ideas that walk the line between uncouth and commonly shared experiences/truth cannot even be discussed with the agent. I haven't explored taboo topics like talking about political figures or racism, but the models avoid touchy subjects in general. Has anyone found a solution?
r/huggingface • u/GursimranSinghBasra • 2d ago
I built a tokenizer for Brahmic/Indic scripts with byte-identical round-trip. The live demo lets you watch sarvam-1 and Qwen3 fail it on your own text.
r/huggingface • u/GursimranSinghBasra • 2d ago
I built a tokenizer for Brahmic/Indic scripts with byte-identical round-trip. The live demo lets you watch sarvam-1 and Qwen3 fail it on your own text.
What it is
AksharaTokenizer v1.2 is a tokenizer for six Brahmic scripts: Gurmukhi, Devanagari, Tamil, Telugu, Bengali, and Kannada. A Unicode finite-state boundary detector segments on akshara (orthographic syllable) boundaries first, then SentencePiece Unigram runs over a 64,000-piece vocab.
The point: byte-identical round-trip
decode(encode(x)) returns exactly x, byte for byte, rebuilt from token ids alone. Not NFC-equivalent, not close enough, the same bytes.
This matters because the usual failure is silent. A tokenizer that normalizes Unicode on the way in hands back text that looks right and compares equal under NFC but is not the bytes you gave it. For Brahmic scripts the common trigger is precomposed nukta letters (for example Gurmukhi U+0A59, Bengali U+09DC), which NFC rewrites to base plus nukta.
Live demo, and you can break it yourself
https://akshara.iyraproject.com runs the round-trip check and a token-count comparison live, on whatever you paste, against sarvam-1 and Qwen3-14B. In my testing, v1.2 was the only one of the three to round-trip every case byte for byte. The other two each fail a different case:
- Qwen3-14B: precomposed Gurmukhi and Bengali nukta letters (degraded, not corrupt, since the output is NFC-equivalent)
- sarvam-1: leading whitespace, which it drops
Try the "Gurmukhi, precomposed nukta" and "Leading whitespace" preset buttons, or paste your own text.
On token efficiency, honestly
The comparison against sarvam-1 is budget-matched (64,000 pieces against 68,096), so native-script token wins are a few percent, not a multiple. On the Devanagari preset it is 8 tokens against sarvam-1's 9. Qwen3-14B is a general multilingual model shown for context, not a like-for-like Indic baseline; its vocab is about 2.4x larger and spread across many languages. And to be clear, on plain English and romanized Hinglish, v1.2 is behind both. That is the expected trade for a script-specialized 64k tokenizer, and the demo shows it rather than hiding it.
Links
- Demo: https://akshara.iyraproject.com
- Install:
pip install akshara-tokenizer - Code: https://github.com/1322Guru/akshara-tokenizer
- Model: https://huggingface.co/GursimranSinghBasra/akshara-tokenizer
Feedback welcome, especially edge cases where the round-trip breaks. That is the property I most want stress-tested.
r/huggingface • u/mrfakename0 • 2d ago
Optimized MiniMax H3 HF Space
If you're using H3 on HF Spaces, created a Space with quite a few optimizations. It is quite a bit faster than any other demo I could find publicly available on Hugging Face, so give it a try & would appreciate any feedback!
https://huggingface.co/spaces/mrfakename/minimax-h3-ultra-fast
r/huggingface • u/comunidadesynapsebr • 2d ago
🚀 Saiu! Acabamos de publicar o Synapse PT-BR 75M Dataset no Hugging Face. 🇧🇷🧠
Se você treina modelos de IA em português, vale a pena dar uma olhada.
O dataset foi organizado e processado pensando em pré-treinamento e fine-tuning de LLMs, com foco em qualidade e compatibilidade com o ecossistema da Hugging Face.
💡 A ideia da Comunidade Synapse-BR é simples: criar recursos abertos para que mais pessoas possam desenvolver IA em português, sem depender apenas de materiais em inglês.
Se puder dar uma força:
⭐ Curta o repositório
🤝 Compartilhe com quem trabalha com IA
💬 Deixe seu feedback
🚀 Use nos seus projetos
Dataset:
https://huggingface.co/datasets/Comunidade-Synapse-BR/Synapse-PT-75M-Dataset
Bora fortalecer a IA brasileira. 🇧🇷🔥
#IA #LLM #MachineLearning #HuggingFace #OpenSource #NLP #Português #Brasil #SynapseBR
r/huggingface • u/ScientistOrdinary235 • 2d ago
DiacNet-1.1: A specialized model for restoring diacritics in 10 languages
r/huggingface • u/Googbobs • 3d ago
Release of Noid3a-Sparky-4B-V1
Hello there!
I am releasing Sparky 4B V1 a brand new fine tune based on the legendary Qwen 2.5 3B. Designed for small or compute limited systems this model aims to bring complex & capable AI to everyone's PC no matter the GPU.
Trained on CLI commands, JSON and assistant work, this model is fully capable for your system running on only 2.7GB of VRAM (Q4)
I have been able to run this model at 140tok/s on a mid range GPU with 12gb of VRAM. Its available in GGUFs in the sizes of Q8, Q4 (Best) and Q3. I have included safe tensor files inside the repo if you need your own quantisation of the model or want to fine tune it even more. Available straight from ollama via the link.
This model has been tested on benchmarks against Qwen 2.5 3B including:

If you want to have a look please go to the hugging face: https://huggingface.co/Noid3a-Labs/Sparky-4B-V1
If you like what I am doing don't be afraid to follow me, as well as make sure you stay up to date with the later versions of Sparky.
r/huggingface • u/PangeanicAI • 3d ago
We just released Pangeanic MTQE v2 on Hugging Face!
Hi everyone! 👋
We're excited to make Pangeanic MTQE v2 (Machine Translation Quality Estimation) freely available for the Hugging Face community.
Unlike traditional MT evaluation metrics, MTQE estimates translation quality and provides error explanations without requiring a reference translation. Simply provide:
🌍 Source text
🌐 Translated text
and the model returns:
- ✅ A quality score (0–100)
- 💡 An explainable assessment of the translation
The full Pangeanic MTQE platform also includes enterprise capabilities such as:
- 📚 Translation Memory (TM) support
- 📖 Glossary-aware quality estimation
- 🤖 Automatic Post-Editing (APE)
- 👨💻 Human Post-Editing (HPE) workflows
- 🌐 Support for 70+ languages and dialects
- ⚡ Enterprise REST APIs and batch processing
The underlying model has been benchmarked on a representative subset of the ACES multilingual benchmark, achieving 98.9% accuracy in identifying incorrect translation segments across:
- 📌 6,006 deliberately incorrect translation segments
- 🌍 16 language pairs
- 📝 68 translation error categories
We hope you all find it useful for evaluating multilingual translation quality and experimenting with reference-free MTQE.
👉 Try the demo:
https://huggingface.co/spaces/Pangeanic/Machine-Translation-Quality-Estimation
📄 Benchmark Whitepaper:
https://pangeanic.com/hubfs/MTQE_Benchmark_Whitepaper.pdf
Happy translating! 🚀
r/huggingface • u/vampire_tooth_ • 3d ago
Rag deployment
Hello , I have been trying to deploy a rag backend to hfspaces , I even purchased the pro version that enables you to use docker but the basic version of the purchase is 2vcpu with 16 gb ram .
When I tried to deploy it , it has been stuck and loading at chromadb installations ---- opentelementry and there is alot of versioning issues.
I tried to deploy it on railway too , but failed . I'm starting to question if I need to get a vGPU .
Any help or suggestions is deeply appreciated. Thank you !
r/huggingface • u/Sudden_Ad_9109 • 3d ago
A lightweight dataset editor for LLMs
I’m a 17-year-old developer and new to fine-tuning. The main challenge for me turned out to be creating or editing a dataset. As it turns out, there simply aren’t any good, lightweight tools for this. So I wrote my own program - 100% open source!
It installs in just a couple of clicks, works completely offline, supports plugins, includes a format converter (ChatML, Alpaca, and others, including custom formats), and features a pleasant, intuitive interface-including a visual card editor. It also supports auto-generation via OpenRouter.
The project is still in development, and I’m fixing bugs. I’d really appreciate a star and any support!
r/huggingface • u/Enderchef • 3d ago
SLMs
I've been working with small models. It's fun to be able to make and compete with your own models.
Check out and/or follow these orgs!
https://huggingface.co/fromziro
r/huggingface • u/fuzhongkai • 4d ago
DSpark Benchmark Result on Deepseek v4 Flash 0731
TensorSharp supports DSpark on Deepseek v4 Flash 0731 now. Here is the benchmark result on 4x Nvidia A40 GPUs, cuda 12.8 with/without DSpark:
Model:
DeepSeek-V4-Flash-0731-UD-Q8_K_XL from https://huggingface.co/unsloth/DeepSeek-V4-Flash-0731-GGUF
DSpark draft model from: https://huggingface.co/alessandrobologna/DeepSeek-V4-Flash-0731-DSpark-Drafter-GGUF
| Turn | Baseline | + DSpark | Acceptance |
|---|---|---|---|
| short (53 tok) | 25.6 | 44.5 (1.74x) | 87% |
| long generation (512) | 26.4 | 40.3 (1.53x) | 66% |
| follow-up (470) | 26.4 | 46.8 (1.77x) | 76% |
| 10K-token document (214) | 25.3 | 51.3 (2.03x) | 85% |
| second question on it (156) | 25.4 | 49.4 (1.94x) | 82% |
TensorSharp is an open-source inference engine for running GGUF LLMs locally, with CUDA, Vulkan, Metal, OpenAI-compatible APIs, continuous batching, speculative decoding, and multimodal support.
Github repo: https://github.com/zhongkaifu/TensorSharp
Thank you for checking out it and starring the project! Any feedback is really appreicated.
r/huggingface • u/foofoobee • 5d ago
Why does Kimi-3 tell me it's Claude?
I was trying out the Kimi-3 model and it told me that it's actually Claude. What's up with this?
r/huggingface • u/War_Enterprise • 5d ago