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...
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.
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...
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.
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...
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"
```