Qwen/Qwen3-Reranker-0.6B
Hugging Face lists Qwen/Qwen3-Reranker-0.6B, a text-ranking model under Apache-2.0 license, with 2.1 million downloads but pending security scan and no hosted files. The model requires file-size revie…
Hugging Face lists Qwen/Qwen3-Reranker-0.6B, a text-ranking model under Apache-2.0 license, with 2.1 million downloads but pending security scan and no hosted files. The model requires file-size revie…
Alibaba-NLP released the gte-reranker-modernbert-base, a ModernBERT-based reranker model under the Apache-2.0 license, designed for RAG and search reranking workflows. The 1.1 GB model is available on…
Hugging Bay has hosted the mradermacher/sarashina2-70b-GGUF model, a 445.1 GB quantized version of the sbintuitions/sarashina2-70b base model under the MIT license, with 2 of 15 files verified and sca…
A new blog series on generative AI and deep learning begins by explaining backpropagation and matrix calculus through code, building a three-layer neural network from scratch using NumPy. The series a…
OpenAI released the GPT-OSS-20B model on Hugging Face under the Apache-2.0 license, a 38.5 GB text-generation model with over 7 million downloads. The model requires large hardware such as multi-GPU o…
An open-source, bilingual guide explaining the inner workings of Transformers has been published, covering topics such as attention collapse and KV-cache compression with reproducible code. The guide …
Carles Marin released an open-source bilingual guide on Transformer architectures, covering attention dynamics, KV-cache compression, and advanced concepts like grokking. The resource includes reprodu…
A developer fine-tuned Qwen2.5-7B on a 16GB T4 GPU using QLoRA, quantizing the frozen base model to 4-bit NF4 to reduce memory footprint from 15GB to 5.44GB. The technique enables training large langu…
Zhipu AI released GLM-5.2, a large language model with a 1M-token context window, flexible effort levels, and an MIT license, targeting long-horizon coding tasks. The model introduces IndexShare, an a…
Z.ai released GLM-5.2, an open-weights AI model under an MIT license, positioning it between Claude Opus 4.7 and 4.8 in performance while costing less than a fifth of Opus on output tokens. The model …
A new roadmap outlines the skills needed to become an LLM engineer by 2026, focusing on adapting and serving pretrained large language models rather than training from scratch. The five-step path cove…
Researchers from an undisclosed institution introduced Convolutional Nearest Neighbors (ConvNN), a unified framework that shows convolution and self-attention are special cases of k-nearest neighbor a…
A developer released model-due-diligence, an open-source Python CLI tool that performs static supply-chain security checks on local AI model files and repositories before they are imported into runtim…
Rudrite Research published a comprehensive comparison of AI and ML approaches, covering 14 side-by-side analyses of techniques such as Transformers vs Mamba, FlashAttention vs PagedAttention, and PPO …
ElevenLabs has partnered with Hasbro’s AI Studio to license characters including Optimus Prime, Mr. Potato Head, and Mr. Monopoly for commercial AI voice use through its Iconic Marketplace. The deal, …
PaddleOCR 3.5 introduces a more flexible inference-engine interface, allowing developers to select the backend (including Transformers) via the `engine` parameter and configure backend-specific option…