roboflow/rf-detr: RF-DETR is a real-time object detection model architecture developed by Roboflow, SOTA on COCO and designed for fine-tuning. https://t.co/UQdCAqDXfc
Just sharing ~100 slides about PyTorch 2 internals focusing on recent innovations (Dynamo, Inductor, and ExecuTorch).
I had a lot of fun preparing this and hope you'll enjoy it. I'm planning to record it soon.
PDF: https://t.co/dlln8veNUA
Slideshare: https://t.co/c1OgpH0ZgC
Fast Llama 2 on CPUs With Sparse Fine-Tuning and DeepSparse by @neuralmagic with @Gradio demo
demo: https://t.co/YhFypHJSef
run with docker: https://t.co/zVXbiPcINf
duplicate space for private use: https://t.co/GHoGpBpJuh
blog: https://t.co/ZS0UAr6XlM
Introduce lookahead decoding:
- a parallel decoding algo to accelerate LLM inference
- w/o the need for a draft model or a data store
- linearly decreases # decoding steps relative to log(FLOPs) used per decoding step.
Blog: https://t.co/J4VvXgaBmm
Code: https://t.co/EgYNtFXkjH
Introducing xVAL - the next evolution in numeric encoding for natural language processing!
Language models have achieved impressive results on textual data. But analyzing numbers - a fundamental building block of math, science, and life - remains a glaring blindspot. Existing encodings hamper models' ability to understand the relationships and patterns in numeric data. We wouldn't tokenize words letter-by-letter - why do we insist on discretizing numbers as strings of digits?
NVAL takes a radically different approach. It encodes the magnitude and meaning of numbers directly in the continuous embedding space. No more representing 1.2 and 1.3 as unrelated tokens! xVAL places nearby values nearby in the vector space, capturing the intrinsic mathematical meaning of numbers.
This simple but powerful shift in perspective unlocks game-changing advantages:
- Direct encoding of continuity and smoothness ➡️ Superior interpolation and generalization
- No more approximations from discreteness ➡️ Greater data efficiency
- Distance and proximity preserved ➡️ Numeric reasoning empowered
- Single token representation ➡️ Maximized computational performance
NVAL brings the benefits of continuity hard-coded into modern vision and audio transformers - now for language! It's the missing link for unlocking numeric reasoning in large models.
Applications are endless: scientific analysis, mathematical reasoning, financial forecasting, physics engines - anywhere numbers matter, xVAL delivers superior results with greater elegance and efficiency. The future is continuous!