//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
ProfilePosts









Loading...
I just published part 2 of my article series about creating tensors from scratch in Rust. This one is about view operations. #tensors #machine-learning #ml #ai Take a look here: huggingface.co/blog/KeighBe...
๐Ÿ•ฏ๏ธ๐Ÿ”ฅ[Candle](github.com/huggingface/...) is now much faster on macOS thanks to a contribution by @EricLBuehler, which brings major speed improvements to the Metal backend.๐ŸŽ๐Ÿ“ˆ Try it out by running some of our examples with the `--features metal` flag. #Candle #RustLang #macOS #Metal #HuggingFace
RIFTS Dataset: Solving Critical LLM Conversation Failures - LLMs 3x less likely to clarify than humans - 16x less likely to provide follow-up requests - Early failures predict later breakdowns - Includes preliminary intervention strategies huggingface.co/datasets/mic...
Jun 18, 2025
10mo
Mar 21, 2025
A Blog post by Kyle Birnbaum on Hugging Face
huggingface.co
Weโ€™re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
Building Tensors from Scratch in Rust (Part 2): View Operations
microsoft/rifts ยท Datasets at Hugging Face
kb
Daniel van Strien
kb
I'm writing an article series about creating tensors from scratch in Rust. #tensors #machine-learning #ml #ai huggingface.co/blog/KeighBe...
Made some significant updates to the @hf.co semantic datasets search app. If you love falling into a wiki black hole, you might like this... huggingface.co/spaces/libra...
Jun 12, 2025
Feb 13, 2025
Video
huggingface.co
A Blog post by Kyle Birnbaum on Hugging Face
Building Tensors From Scratch in Rust: Part 1, Core Structure and Indexing
kb
Daniel van Strien
What to know about DeepSeek youtu.be/0eMzc-WnBfQ?... In which we attempt to figure out MoE, o1, scaling, tech reporting, modern semiconductors, microeconomics, and international geopolitics.
Feb 13, 2025
Feb 4, 2025
Large reasoning models (LRMs) tackle complex reasoning problems by following long chain-of-thoughts (Long CoT) that incorporate reflection, backtracking, and self-validation. However, the training tec...
arxiv.org
LLMs Can Easily Learn to Reason from Demonstrations Structure, not content, is what matters!
YouTube video by Sasha Rush ๐Ÿค—
youtu.be
How DeepSeek Changes the LLM Story
The mixture of experts model is also an option: ``` cargo run --example qwen --features metal --release -- --prompt "Write a poem about butterflies. <think></think>." --model "3-moe-a3b" ```