TLDRocket
Sign in

Tools & Coding

975 summarised stories in Tools & Coding, each linking back to the original source. Browse all topics →

Tuesday, 16 April 2024

Code with CodeQwen1.5

GitHub Pages 2 years ago 23

Alibaba released CodeQwen1.5, an open-source coding assistant built on large language models to address limitations of proprietary tools like Github Copilot. The model is available on GitHub, Hugging Face, and ModelScope platforms. This provides developers with an alternative that emphasizes transparency and accessibility while reducing concerns about costs, privacy, and security.

Running Privacy-Preserving Inferences on Hugging Face Endpoints

Hugging Face 2 years ago 18

Zama released pre-compiled machine learning models on Hugging Face that perform inferences on encrypted data without exposing the original information to the server. Users can deploy these privacy-preserving models using Fully Homomorphic Encryption with a single click on Hugging Face Endpoints, currently supporting up to 8 vCPU machines. Developers can now prepare their own encrypted models following templates in Zama's repositories and contribute them to the platform, though larger-scale deployment would benefit from more powerful infrastructure.

Introducing the LiveCodeBench Leaderboard - Holistic and Contamination-Free Evaluation of Code LLMs

Hugging Face 2 years ago 22

Researchers from UC Berkeley, MIT, and Cornell released LiveCodeBench, a new leaderboard for evaluating code-generation capabilities of large language models across four tasks: code generation, self-repair, code execution, and test output prediction. The benchmark collects problems from LeetCode, AtCoder, and CodeForces with annotated release dates, enabling evaluation on problems released after a model's training cutoff to prevent contamination. GPT-4-Turbo performs best on most scenarios, while Claude-3-Opus excels at test output prediction and Mistral-Large shows stronger performance on natural language reasoning tasks.

AI Apps in a Flash with Gradio's Reload Mode

Hugging Face 2 years ago 26

Gradio's reload mode automatically pulls in code changes without restarting the server, allowing developers to test UI and logic updates instantly during development. The feature uses selective reloading with a `gr.NO_RELOAD` code block to prevent expensive operations like reloading AI models or reconnecting to databases from being repeated on every change. A developer built a fully functional document analyzer application using this feature in approximately one hour, combining Hugging Face's document QA and language models through Gradio's interface.

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads all relevant sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.